AdaptiveSampleFragmenEnd Property |
Gets or sets the fragment end 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 FragmenEnd { get; }
Public ReadOnly Property FragmenEnd As TimeSpan
Get
public:
property TimeSpan FragmenEnd {
TimeSpan get ();
}
member FragmenEnd : TimeSpan with get
Property Value
Type:
TimeSpan
The fragment end time.
See Also