InjectableStreamPosition Property |
Gets or sets the position.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public override long Position { get; set; }
Public Overrides Property Position As Long
Get
Set
public:
virtual property long long Position {
long long get () override;
void set (long long value) override;
}
abstract Position : int64 with get, set
override Position : int64 with get, set
Property Value
Type:
Int64
The position.
See Also