MatroskaReaderPosition Property |
Gets or sets the position in the container in seconds.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic TimeSpan Position { get; set; }
Public Property Position As TimeSpan
Get
Set
public:
virtual property TimeSpan Position {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
abstract Position : TimeSpan with get, set
override Position : TimeSpan with get, set
Property Value
Type:
TimeSpan
The new position in seconds.
Implements
IReaderPosition
Remarks
Setting a position will only work if the file contains cues. Therefore not every
requested position maps, but rather depends on the nearest cue-point.
See Also