NDStreamParserNotifier.OnMediaStreamDescriptorCreated Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the stream parser when the media stream descriptor is created.
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))
Parameters
- audioStreamDescriptors
An array of audio stream descriptors that are part of the media stream descriptor.
- videoStreamDescriptors
An array of video stream descriptors that are part of the media stream descriptor.
Implements
Windows.Media.Protection.PlayReady.INDStreamParserNotifier.OnMediaStreamDescriptorCreated(System.Collections.Generic.IList{Windows.Media.Core.AudioStreamDescriptor},System.Collections.Generic.IList{Windows.Media.Core.VideoStreamDescriptor})
- Attributes