INDStreamParserNotifier.OnMediaStreamDescriptorCreated メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メディア ストリーム記述子の作成時にストリーム パーサーによって呼び出されます。
public:
void OnMediaStreamDescriptorCreated(IVector<AudioStreamDescriptor ^> ^ audioStreamDescriptors, IVector<VideoStreamDescriptor ^> ^ videoStreamDescriptors);
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
メディア ストリーム記述子の一部であるオーディオ ストリーム記述子の配列。
- videoStreamDescriptors
メディア ストリーム記述子の一部であるビデオ ストリーム記述子の配列。
- 属性