TimedTextSourceResolveResultEventArgs 类

定义

提供 TimedTextSource.Resolved 事件的数据。

public ref class TimedTextSourceResolveResultEventArgs 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 TimedTextSourceResolveResultEventArgs 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 TimedTextSourceResolveResultEventArgs
Public NotInheritable Class TimedTextSourceResolveResultEventArgs
继承
Object Platform::Object IInspectable TimedTextSourceResolveResultEventArgs
属性

Windows 要求

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

注解

通过处理 TimedTextSource.Resolved 事件获取此类的实例。

属性

Error

获取一个 对象,该对象表示在解决 TimedTextSource 时发生的异步错误。

Tracks

获取通过解析 TimedTextSource 生成的 TimedMetadataTrack 对象的列表

适用于

另请参阅