AppBroadcastPreviewStreamReader 类

定义

提供有关应用广播预览流的信息和访问权限。

注意

此 API 需要 appBroadcastappBroadcastSettings 功能,这些功能并非适用于所有 Windows 应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对此 API 的调用将在运行时失败。

public ref class AppBroadcastPreviewStreamReader sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Capture.AppBroadcastContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppBroadcastPreviewStreamReader final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Capture.AppBroadcastContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppBroadcastPreviewStreamReader
Public NotInheritable Class AppBroadcastPreviewStreamReader
继承
Object Platform::Object IInspectable AppBroadcastPreviewStreamReader
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.15063.0 中引入)
API contract
Windows.Media.Capture.AppBroadcastContract (在 v1.0 中引入)
应用功能
appBroadcast appBroadcastSettings

属性

VideoBitmapAlphaMode

获取应用广播预览流的视频位图 alpha 模式。

VideoBitmapPixelFormat

获取应用广播预览流的视频位图像素格式。

VideoHeight

获取应用广播预览流的视频高度(以像素为单位)。

VideoStride

获取应用广播预览流的视频步长。

VideoWidth

获取应用广播预览流的视频宽度(以像素为单位)。

方法

TryGetNextVideoFrame()

尝试从应用广播预览流检索下一个视频帧。

事件

VideoFrameArrived

当新的视频帧从应用广播预览流到达时发生。

适用于