Share via


BYTE_RANGE_TYPE enumeration

Applies to: desktop apps only

Specifies a type of byte range within a byte stream.

Syntax

typedef enum BYTE_RANGE_TYPE { 
  BYTE_RANGE_BUFFERED,
  BYTE_RANGE_SEEKABLE 
} BYTE_RANGE_TYPE;

Constants

  • BYTE_RANGE_BUFFERED
    The range of bytes that have been buffered.

  • BYTE_RANGE_SEEKABLE
    The range of bytes that can be seeked to.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Header

Mfmediaengine.h

See also

IMFByteStreamBufferingInformation

 

 

Send comments about this topic to Microsoft

Build date: 7/18/2012