MatroskaSegmentSegmentDuration Property |
Gets or sets the duration of the segment.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic TimeSpan SegmentDuration { get; }
Public ReadOnly Property SegmentDuration As TimeSpan
Get
public:
property TimeSpan SegmentDuration {
TimeSpan get ();
}
member SegmentDuration : TimeSpan with get
Property Value
Type:
TimeSpan
The segment duration.
See Also