VideoTrack.Id Property

Definition

Gets the identifier for the video track.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = videoTrack.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The identifier for the video track.

Implements

Id

Applies to