Share via


SelectVideoTrackById Constructors

Definition

Overloads

SelectVideoTrackById()

Initializes a new instance of the SelectVideoTrackById class.

SelectVideoTrackById(Int64)

Initializes a new instance of the SelectVideoTrackById class.

SelectVideoTrackById()

Initializes a new instance of the SelectVideoTrackById class.

public SelectVideoTrackById ();
Public Sub New ()

Applies to

SelectVideoTrackById(Int64)

Initializes a new instance of the SelectVideoTrackById class.

public SelectVideoTrackById (long trackId);
new Microsoft.Azure.Management.Media.Models.SelectVideoTrackById : int64 -> Microsoft.Azure.Management.Media.Models.SelectVideoTrackById
Public Sub New (trackId As Long)

Parameters

trackId
Int64

Track identifier to select

Applies to