MediaFrameSource.SetFormatAsync(MediaFrameFormat) 方法

定义

异步设置 MediaFrameSource 的帧格式。

public:
 virtual IAsyncAction ^ SetFormatAsync(MediaFrameFormat ^ format) = SetFormatAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetFormatAsync(MediaFrameFormat const& format);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetFormatAsync(MediaFrameFormat format);
function setFormatAsync(format)
Public Function SetFormatAsync (format As MediaFrameFormat) As IAsyncAction

参数

format
MediaFrameFormat

媒体帧源的新帧格式。

返回

异步操作。

属性

注解

此方法是 MediaCapture.SetEncodingPropertiesAsync 的替代方法,但与 SetEncodingPropertiesAsync 不同,此方法可用于任何流,而不仅仅是彩色相机预览、记录和照片捕获流。

通过访问 SupportedFormats 属性获取媒体帧源支持的帧格式列表。

通过访问 CurrentFormat 属性获取媒体帧源的当前帧格式。

适用于