Mp3StorageFrameFileOffset Property |
Not part of the MP3 frame itself - indicates where in the stream we found this header.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public long FileOffset { get; }
Public ReadOnly Property FileOffset As Long
Get
public:
property long long FileOffset {
long long get ();
}
member FileOffset : int64 with get
Property Value
Type:
Int64
The file offset.
See Also