contentHint property
String
get
contentHint
The contentHint
property of the MediaStreamTrack interface is a
string that hints at the type of content the track contains. Allowable
values depend on the value of the MediaStreamTrack.kind property.
Implementation
external String get contentHint;
set
contentHint
(String value)
Implementation
external set contentHint(String value);