MFBYTESTREAM_SEEK_ORIGIN enumeration (mfobjects.h)

Specifies the origin for a seek request.

Syntax

typedef enum _MFBYTESTREAM_SEEK_ORIGIN {
  msoBegin = 0,
  msoCurrent
} MFBYTESTREAM_SEEK_ORIGIN;

Constants

 
msoBegin
Value: 0
The seek position is specified relative to the start of the stream.
msoCurrent
The seek position is specified relative to the current read/write position in the stream.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 [desktop apps | UWP apps]
Header mfobjects.h (include Mfidl.h)

See also

IMFByteStream::Seek

Media Foundation Enumerations