MediaStreamSourceSampleRequest.StreamDescriptor Property
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.
Gets the IMediaStreamDescriptor interface of the stream for which a MediaStreamSample is being requested.
public:
property IMediaStreamDescriptor ^ StreamDescriptor { IMediaStreamDescriptor ^ get(); };
IMediaStreamDescriptor StreamDescriptor();
public IMediaStreamDescriptor StreamDescriptor { get; }
var iMediaStreamDescriptor = mediaStreamSourceSampleRequest.streamDescriptor;
Public ReadOnly Property StreamDescriptor As IMediaStreamDescriptor
Property Value
The stream for which the MediaStreamSample is being requested.
Remarks
The Sample property of the MediaStreamSourceSampleRequest object should be assigned a MediaStreamSample belonging to the stream identified by the StreamDescriptor property.