IMediaDeviceController.GetAvailableMediaStreamProperties Method

Definition

Gets a list of the supported encoding properties for the device.

public:
 IVectorView<IMediaEncodingProperties ^> ^ GetAvailableMediaStreamProperties(MediaStreamType mediaStreamType);
IVectorView<IMediaEncodingProperties> GetAvailableMediaStreamProperties(MediaStreamType const& mediaStreamType);
public IReadOnlyList<IMediaEncodingProperties> GetAvailableMediaStreamProperties(MediaStreamType mediaStreamType);
function getAvailableMediaStreamProperties(mediaStreamType)
Public Function GetAvailableMediaStreamProperties (mediaStreamType As MediaStreamType) As IReadOnlyList(Of IMediaEncodingProperties)

Parameters

mediaStreamType
MediaStreamType

The type of media stream for which to get the properties.

Returns

A list of the supported encoding properties.

Applies to