VideoTrack.TrackKind Property

Definition

Gets a value indicating the type of data the track contains. For VideoTrack objects, this value is always MediaTrackKind.Video.

public:
 property MediaTrackKind TrackKind { MediaTrackKind get(); };
MediaTrackKind TrackKind();
public MediaTrackKind TrackKind { get; }
var mediaTrackKind = videoTrack.trackKind;
Public ReadOnly Property TrackKind As MediaTrackKind

Property Value

A value indicating the type of data the track contains.

Implements

Applies to