OnBeforeWriteArgsAbsolutePosition Property |
Gets the absolute position in the output stream.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic long AbsolutePosition { get; }
Public ReadOnly Property AbsolutePosition As Long
Get
public:
property long long AbsolutePosition {
long long get ();
}
member AbsolutePosition : int64 with get
Property Value
Type:
Int64
The absolute position.
See Also