VideoEncodingProperties.Properties 属性

定义

获取视频流的其他格式属性。

public:
 property MediaPropertySet ^ Properties { MediaPropertySet ^ get(); };
MediaPropertySet Properties();
public MediaPropertySet Properties { get; }
var mediaPropertySet = videoEncodingProperties.properties;
Public ReadOnly Property Properties As MediaPropertySet

属性值

包含格式属性的属性集。

实现

注解

有关使用属性集集合的信息,请参阅 PropertySet

适用于