IMediaStreamDescriptor2 インターフェイス

定義

オーディオまたはビデオ ストリーム記述子によって実装されるインターフェイスを定義します。

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
派生
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v5.0 で導入)

注釈

AudioStreamDescriptorVideoStreamDescriptor

プロパティ

IsSelected

ストリームが MediaStreamSource で現在使用されているかどうかを指定します。

(継承元 IMediaStreamDescriptor)
Label

複数のストリームを含む MediaEncodingProfile 内のストリームを識別するアプリ定義ラベルを取得または設定します。

Language

ストリームの RFC-1766 言語コードを取得または設定します。

(継承元 IMediaStreamDescriptor)
Name

ストリームの名前を取得または設定します。

(継承元 IMediaStreamDescriptor)

適用対象