MediaCapturePauseResult 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供已暂停的媒体捕获操作的最后一帧和记录的持续时间。
public ref class MediaCapturePauseResult sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.GCPressure]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
class MediaCapturePauseResult final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.GCPressure]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.MTA)]
public sealed class MediaCapturePauseResult : System.IDisposable
Public NotInheritable Class MediaCapturePauseResult
Implements IDisposable
- 继承
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
|
应用功能 |
backgroundMediaRecording
|
注解
通过调用 PauseRecordWithResultAsync 获取此类的实例。
有关录制视频时暂停和恢复的操作指南,请参阅 使用 MediaCapture 捕获基本照片、视频和音频。
属性
LastFrame |
获取表示捕获操作暂停前捕获的最后一帧 的视频帧 。 |
RecordDuration |
获取捕获操作暂停前捕获的媒体的持续时间。 |
方法
Close() |
关闭 对象并释放关联的资源。 |
Dispose() |
执行与释放或重置非托管资源关联的应用程序定义的任务。 |