LumiSoft Net Help
Position Property
NamespacesLumiSoft.Net.MediaAudioInPosition
Gets or sets the position within the current stream. This method is not supported and always throws a NotSupportedException.
Declaration Syntax
C#Visual BasicVisual C++F#
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
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
NotSupportedExceptionIs raised when this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119