Expand Minimize
This topic has not yet been rated - Rate this topic

MFBYTESTREAM_SEEK_ORIGIN enumeration

Specifies the origin for a seek request.

Syntax


typedef enum _MFBYTESTREAM_SEEK_ORIGIN { 
  msoBegin,
  msoCurrent
} MFBYTESTREAM_SEEK_ORIGIN;

Constants

msoBegin

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

Minimum supported client

Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 [desktop apps | Windows Store apps]

Header

Mfobjects.h (include Mfidl.h)

See also

IMFByteStream::Seek
Media Foundation Enumerations

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.