AppBroadcastStreamReader.TryGetNextVideoFrame 方法

定义

尝试从广播流中获取表示最新视频帧的 AppBroadcastStreamVideoFrame 对象。

public:
 virtual AppBroadcastStreamVideoFrame ^ TryGetNextVideoFrame() = TryGetNextVideoFrame;
AppBroadcastStreamVideoFrame TryGetNextVideoFrame();
public AppBroadcastStreamVideoFrame TryGetNextVideoFrame();
function tryGetNextVideoFrame()
Public Function TryGetNextVideoFrame () As AppBroadcastStreamVideoFrame

返回

如果成功,则为广播流中的最新视频帧;否则为 null。

Windows 要求

应用功能
appBroadcast appBroadcastSettings

注解

为了避免不必要的帧数据复制,此方法返回对存储在循环缓冲区中的帧数据的引用。 获取帧后,应复制帧数据并尽快释放缓冲区。

适用于