MF_SD_MUTUALLY_EXCLUSIVE attribute
Specifies whether a stream is mutually exclusive with other streams of the same type.
Data type
UINT32
Get/set
To get this attribute, call IMFAttributes::GetUINT32.
To set this attribute, call IMFAttributes::SetUINT32.
Applies to
IMFStreamDescriptorRemarks
If this attribute is TRUE (nonzero), the stream is mutually exclusive with other streams of the same type, such as audio or video, within the same presentation. For example, if an AVI file contains multiple audio streams, they are marked as mutually exclusive, because only one audio stream should be played at one time.
The default value is FALSE.
The GUID constant for this attribute is exported from mfuuid.lib.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
See also