Share via


DVR_STREAM_DESC structure (sbe.h)

Describes a stream captured by a tuner.

Syntax

typedef struct __MIDL___MIDL_itf_sbe_0000_0015_0002 {
  DWORD         Version;
  DWORD         StreamId;
  BOOL          Default;
  BOOL          Creation;
  DWORD         Reserved;
  GUID          guidSubMediaType;
  GUID          guidFormatType;
  AM_MEDIA_TYPE MediaType;
} DVR_STREAM_DESC;

Members

Version

StreamId

Specifies a unique identifier for the stream.

Default

Indicates whether or not the stream is the default stream.

Creation

Indicates whether or not the stream has been created.

Reserved

Reserved.

guidSubMediaType

Specifies the GUID corresponding to the media subtype.

guidFormatType

Specifies the GUID corresponding to the major media type of the stream.

MediaType

Defines the major media type of the stream.

Requirements

   
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header sbe.h

See also

Stream Buffer Engine Structures