MseSourceBufferList 类

定义

表示 MSE) 源缓冲区 (媒体源扩展的列表。

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

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

通过访问 ActiveSourceBuffers 或 SourceBuffers 属性获取此类 实例。

属性

Buffers

获取 MseSourceBuffer 对象的列表。

事件

SourceBufferAdded

在添加 MseSourceBuffer 对象时发生。

SourceBufferRemoved

删除 MseSourceBuffer 对象时发生。

适用于