IBasicVideoEffect.SupportedEncodingProperties 속성

정의

사용자 지정 비디오 효과에서 지원하는 인코딩 속성을 가져옵니다.

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)

속성 값

지원되는 인코딩 속성 목록입니다.

설명

SupportedEncodingProperties에서 VideoEncodingProperties 개체의 빈 목록을 반환하는 경우 시스템에서는 기본적으로 ARGB32 인코딩이 사용됩니다.

적용 대상