MediaFrameSource.SupportedFormats 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 表示 MediaFrameSource 支持的帧格式的 MediaFrameFormat 对象的只读列表。
public:
property IVectorView<MediaFrameFormat ^> ^ SupportedFormats { IVectorView<MediaFrameFormat ^> ^ get(); };
IVectorView<MediaFrameFormat> SupportedFormats();
public IReadOnlyList<MediaFrameFormat> SupportedFormats { get; }
var iVectorView = mediaFrameSource.supportedFormats;
Public ReadOnly Property SupportedFormats As IReadOnlyList(Of MediaFrameFormat)
属性值
媒体帧源支持的帧格式的只读列表。
注解
通过访问 SupportedFormats 属性获取媒体帧源支持的帧格式列表。
通过访问 CurrentFormat 属性获取媒体帧源的当前帧格式。 通过调用 SetFormatAsync 设置当前帧格式。