AVIReaderPosition Property |
Get/Set the current position within a file in time Units.
Namespace: StreamCoders.ContainerAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual TimeSpan Position { get; set; }
Public Overridable Property Position As TimeSpan
Get
Set
public:
virtual property TimeSpan Position {
TimeSpan get ();
void set (TimeSpan value);
}
abstract Position : TimeSpan with get, set
override Position : TimeSpan with get, set
Property Value
Type:
TimeSpan
The current position.
Implements
IReaderPosition
See Also