Click or drag to resize
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.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public long StreamPosition { get; set; }

Property Value

Type: Int64
The stream position.
See Also