WaveReaderPosition Property |
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public 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:
TimeSpanImplements
IReaderPositionSee Also