IMediaStreamDescriptor2 Interface

Definition

Defines an interface implemented by a audio or video stream descriptor.

public interface class IMediaStreamDescriptor2 : IMediaStreamDescriptor
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1349714191, 59570, 16497, 176, 11, 235, 243, 55, 167, 107, 88)]
struct IMediaStreamDescriptor2 : IMediaStreamDescriptor
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.Guid(1349714191, 59570, 16497, 176, 11, 235, 243, 55, 167, 107, 88)]
public interface IMediaStreamDescriptor2 : IMediaStreamDescriptor
Public Interface IMediaStreamDescriptor2
Implements IMediaStreamDescriptor
Derived
Attributes
Implements

Windows requirements

Device family
Windows 10 Fall Creators Update (introduced in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v5.0)

Remarks

AudioStreamDescriptor, VideoStreamDescriptor

Properties

IsSelected

Specifies whether the stream is currently in use by the MediaStreamSource.

(Inherited from IMediaStreamDescriptor)
Label

Gets or sets an app-defined label that identifies a stream in a MediaEncodingProfile that contains multiple streams.

Language

Gets or sets the RFC-1766 language code for the stream.

(Inherited from IMediaStreamDescriptor)
Name

Gets or sets the name of the stream.

(Inherited from IMediaStreamDescriptor)

Applies to