IBasicVideoEffect.SupportedEncodingProperties Property

Definition

Gets the encoding properties supported by the custom video effect.

public:
 property IVectorView<VideoEncodingProperties ^> ^ SupportedEncodingProperties { IVectorView<VideoEncodingProperties ^> ^ get(); };
IVectorView<VideoEncodingProperties> SupportedEncodingProperties();
public IReadOnlyList<VideoEncodingProperties> SupportedEncodingProperties { get; }
var iVectorView = iBasicVideoEffect.supportedEncodingProperties;
Public ReadOnly Property SupportedEncodingProperties As IReadOnlyList(Of VideoEncodingProperties)

Property Value

A list of supported encoding properties.

Remarks

If you return an empty list of VideoEncodingProperties objects from SupportedEncodingProperties, the system will default to ARGB32 encoding.

Applies to