MediaStreamSourceSwitchStreamsRequest.NewStreamDescriptor 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 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.