Enum FileStreamPosition
Stream File Position modes to be used with StreamGetFilePosition(Int32, FileStreamPosition)
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public enum FileStreamPosition : int
AsyncBuffer
The amount of data in the asynchronous file reading Buffer. This requires that the AsyncFile flag was used at the stream's creation.
Buffer
The amount of data in the Buffer of an internet file stream or "buffered" User file stream. Unless streaming in blocks, this is the same as Download.
Connected
Internet file stream or "buffered" User file stream is still connected? 0 = no, 1 = yes.
Current
Position that is to be decoded for playback next. This will be a bit ahead of the position actually being heard due to buffering.
Download
Download progress of an internet file stream or "buffered" User file stream.
End
End of the file, in other words the file Length. When streaming in blocks, the file Length is unknown, so the download Buffer Length is returned instead.
HlsSegment
Segment Sequence number.
Socket
Returns the socket hanlde used for streaming.
Start
Start of stream data in the file.
WmaBuffer
WMA add-on: internet buffering progress (0-100%)