次の方法で共有


NDStreamParserNotifier.OnMediaStreamDescriptorCreated メソッド

定義

メディア ストリーム記述子の作成時にストリーム パーサーによって呼び出されます。

public:
 virtual void OnMediaStreamDescriptorCreated(IVector<AudioStreamDescriptor ^> ^ audioStreamDescriptors, IVector<VideoStreamDescriptor ^> ^ videoStreamDescriptors) = OnMediaStreamDescriptorCreated;
void OnMediaStreamDescriptorCreated(IVector<AudioStreamDescriptor> const& audioStreamDescriptors, IVector<VideoStreamDescriptor> const& videoStreamDescriptors);
/// [Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void OnMediaStreamDescriptorCreated(IVector<AudioStreamDescriptor> const& audioStreamDescriptors, IVector<VideoStreamDescriptor> const& videoStreamDescriptors);
public void OnMediaStreamDescriptorCreated(IList<AudioStreamDescriptor> audioStreamDescriptors, IList<VideoStreamDescriptor> videoStreamDescriptors);
[Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void OnMediaStreamDescriptorCreated(IList<AudioStreamDescriptor> audioStreamDescriptors, IList<VideoStreamDescriptor> videoStreamDescriptors);
function onMediaStreamDescriptorCreated(audioStreamDescriptors, videoStreamDescriptors)
Public Sub OnMediaStreamDescriptorCreated (audioStreamDescriptors As IList(Of AudioStreamDescriptor), videoStreamDescriptors As IList(Of VideoStreamDescriptor))

パラメーター

audioStreamDescriptors

IVector<AudioStreamDescriptor>

IList<AudioStreamDescriptor>

メディア ストリーム記述子の一部であるオーディオ ストリーム記述子の配列。

videoStreamDescriptors

IVector<VideoStreamDescriptor>

IList<VideoStreamDescriptor>

メディア ストリーム記述子の一部であるビデオ ストリーム記述子の配列。

実装

Windows.Media.Protection.PlayReady.INDStreamParserNotifier.OnMediaStreamDescriptorCreated(System.Collections.Generic.IList{Windows.Media.Core.AudioStreamDescriptor},System.Collections.Generic.IList{Windows.Media.Core.VideoStreamDescriptor})
属性

適用対象