MediaStreamSourceSwitchStreamsRequest.OldStreamDescriptor 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 which is no longer selected by the MediaStreamSource.
public:
property IMediaStreamDescriptor ^ OldStreamDescriptor { IMediaStreamDescriptor ^ get(); };
IMediaStreamDescriptor OldStreamDescriptor();
public IMediaStreamDescriptor OldStreamDescriptor { get; }
var iMediaStreamDescriptor = mediaStreamSourceSwitchStreamsRequest.oldStreamDescriptor;
Public ReadOnly Property OldStreamDescriptor As IMediaStreamDescriptor
Property Value
The previously selected stream.