MP4StreamReaderStreamPosition Property |
Gets or sets the underlying stream position. Caution because BytesReadFromStream is not
increased. In almost all cases the Advance method should be used instead.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic long StreamPosition { get; set; }
Public Property StreamPosition As Long
Get
Set
public:
property long long StreamPosition {
long long get ();
void set (long long value);
}
member StreamPosition : int64 with get, set
Property Value
Type:
Int64
The stream position.
See Also