AdaptiveSampleFragmentStart Property |
Gets or sets the fragment start time of the fragment (chunk) this sample belongs.
Namespace: StreamCoders.Adaptive.CommonAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public TimeSpan FragmentStart { get; }
Public ReadOnly Property FragmentStart As TimeSpan
Get
public:
property TimeSpan FragmentStart {
TimeSpan get ();
}
member FragmentStart : TimeSpan with get
Property Value
Type:
TimeSpan
The fragment start time.
See Also