MediaStreamSourceSwitchStreamsRequest.NewStreamDescriptor Property

Definition

Gets the stream descriptor for the stream that is now selected by the MediaStreamSource.

public:
 property IMediaStreamDescriptor ^ NewStreamDescriptor { IMediaStreamDescriptor ^ get(); };
IMediaStreamDescriptor NewStreamDescriptor();
public IMediaStreamDescriptor NewStreamDescriptor { get; }
var iMediaStreamDescriptor = mediaStreamSourceSwitchStreamsRequest.newStreamDescriptor;
Public ReadOnly Property NewStreamDescriptor As IMediaStreamDescriptor

Property Value

The selected stream.

Applies to