Share via


MediaStreamSourceSampleRequest.StreamDescriptor Property

Definition

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.

Applies to