INDStreamParserNotifier.OnMediaStreamDescriptorCreated Method

Definition

Called by the stream parser when the media stream descriptor is created.

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))

Parameters

audioStreamDescriptors

IVector<AudioStreamDescriptor>

IList<AudioStreamDescriptor>

An array of audio stream descriptors that are part of the media stream descriptor.

videoStreamDescriptors

IVector<VideoStreamDescriptor>

IList<VideoStreamDescriptor>

An array of video stream descriptors that are part of the media stream descriptor.

Attributes

Applies to