AdaptiveSampleTrack Property |
Gets or sets the track this sample belongs to.
Namespace: StreamCoders.Adaptive.CommonAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public ExtendedTrackInfo Track { get; }
Public ReadOnly Property Track As ExtendedTrackInfo
Get
public:
property ExtendedTrackInfo^ Track {
ExtendedTrackInfo^ get ();
}
member Track : ExtendedTrackInfo with get
Property Value
Type:
ExtendedTrackInfo
The track that this sample belongs to.
See Also