IMediaDeviceController.GetMediaStreamProperties(MediaStreamType) Method
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 encoding properties for the specified media stream type for the device.
public:
IMediaEncodingProperties ^ GetMediaStreamProperties(MediaStreamType mediaStreamType);
IMediaEncodingProperties GetMediaStreamProperties(MediaStreamType const& mediaStreamType);
public IMediaEncodingProperties GetMediaStreamProperties(MediaStreamType mediaStreamType);
function getMediaStreamProperties(mediaStreamType)
Public Function GetMediaStreamProperties (mediaStreamType As MediaStreamType) As IMediaEncodingProperties
Parameters
- mediaStreamType
- MediaStreamType
The type of media stream for which to get the properties.
Returns
The encoding properties.