TimedMetadataStreamDescriptor 类

定义

表示计时元媒体流的说明。

public ref class TimedMetadataStreamDescriptor sealed : IMediaStreamDescriptor2
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.Core.ITimedMetadataStreamDescriptorFactory, 393216, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TimedMetadataStreamDescriptor final : IMediaStreamDescriptor2
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.Core.ITimedMetadataStreamDescriptorFactory), 393216, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TimedMetadataStreamDescriptor : IMediaStreamDescriptor2
function TimedMetadataStreamDescriptor(encodingProperties)
Public NotInheritable Class TimedMetadataStreamDescriptor
Implements IMediaStreamDescriptor2
继承
Object Platform::Object IInspectable TimedMetadataStreamDescriptor
属性
实现

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

注解

此对象与 VideoStreamDescriptorAudioStreamDescriptor 并行,但用于包含任意数据的流。 此类流的一个示例用法是对使用视频流模拟捕获的 GPS 坐标流进行编码。

创建 MediaEncodingProfile 时,请调用 SetVideoTracks,传入一个或多个 VideoStreamDescriptor 对象,以提供有关要编码的视频轨道的信息。

构造函数

TimedMetadataStreamDescriptor(TimedMetadataEncodingProperties)

使用指定的 TimedMetadataEncodingProperties 创建 TimedMetadataStreamDescriptor 类的实例。

属性

EncodingProperties

获取描述计时元数据流的编码属性的 对象。

IsSelected

获取一个值,该值指示流当前是否由 MediaStreamSource 使用。

Label

获取或设置应用定义的标签,该标签标识包含多个流的 MediaEncodingProfile 中的计时元数据流。

Language

获取或设置流的 RFC-1766 语言代码。

Name

获取或设置流的名称。

方法

Copy()

创建 TimedMetadataStreamDescriptor 的副本。

适用于