MF_BYTE_STREAM_CACHE_RANGE structure (mfidl.h)

Specifies a range of bytes.

Syntax

typedef struct __MIDL___MIDL_itf_mfidl_0000_0059_0001 {
  QWORD qwStartOffset;
  QWORD qwEndOffset;
} MF_BYTE_STREAM_CACHE_RANGE;

Members

qwStartOffset

The offset, in bytes, of the start of the range.

qwEndOffset

The offset, in bytes, of the end of the range.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps | UWP apps]
Minimum supported server None supported
Header mfidl.h

See also

IMFByteStreamCacheControl2::GetByteRanges

Media Foundation Structures