TimedTextSource.CreateFromStreamWithIndex 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CreateFromStreamWithIndex(IRandomAccessStream, IRandomAccessStream) |
创建 TimedTextSource 的新实例,该实例使用所提供的图像和索引流中的基于图像的字幕。 |
CreateFromStreamWithIndex(IRandomAccessStream, IRandomAccessStream, String) |
创建 TimedTextSource 的新实例,该实例使用所提供的图像和索引流中的基于图像的字幕并设置默认语言。 |
CreateFromStreamWithIndex(IRandomAccessStream, IRandomAccessStream)
创建 TimedTextSource 的新实例,该实例使用所提供的图像和索引流中的基于图像的字幕。
public:
static TimedTextSource ^ CreateFromStreamWithIndex(IRandomAccessStream ^ stream, IRandomAccessStream ^ indexStream);
/// [Windows.Foundation.Metadata.Overload("CreateFromStreamWithIndex")]
static TimedTextSource CreateFromStreamWithIndex(IRandomAccessStream const& stream, IRandomAccessStream const& indexStream);
[Windows.Foundation.Metadata.Overload("CreateFromStreamWithIndex")]
public static TimedTextSource CreateFromStreamWithIndex(IRandomAccessStream stream, IRandomAccessStream indexStream);
function createFromStreamWithIndex(stream, indexStream)
Public Shared Function CreateFromStreamWithIndex (stream As IRandomAccessStream, indexStream As IRandomAccessStream) As TimedTextSource
参数
- stream
- IRandomAccessStream
包含基于图像的字幕的图像数据的流。
- indexStream
- IRandomAccessStream
包含基于图像的字幕的索引数据的流。
返回
新的计时文本源。
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
适用于
CreateFromStreamWithIndex(IRandomAccessStream, IRandomAccessStream, String)
创建 TimedTextSource 的新实例,该实例使用所提供的图像和索引流中的基于图像的字幕并设置默认语言。
public:
static TimedTextSource ^ CreateFromStreamWithIndex(IRandomAccessStream ^ stream, IRandomAccessStream ^ indexStream, Platform::String ^ defaultLanguage);
/// [Windows.Foundation.Metadata.Overload("CreateFromStreamWithIndexAndLanguage")]
static TimedTextSource CreateFromStreamWithIndex(IRandomAccessStream const& stream, IRandomAccessStream const& indexStream, winrt::hstring const& defaultLanguage);
[Windows.Foundation.Metadata.Overload("CreateFromStreamWithIndexAndLanguage")]
public static TimedTextSource CreateFromStreamWithIndex(IRandomAccessStream stream, IRandomAccessStream indexStream, string defaultLanguage);
function createFromStreamWithIndex(stream, indexStream, defaultLanguage)
Public Shared Function CreateFromStreamWithIndex (stream As IRandomAccessStream, indexStream As IRandomAccessStream, defaultLanguage As String) As TimedTextSource
参数
- stream
- IRandomAccessStream
包含基于图像的字幕的图像数据的流。
- indexStream
- IRandomAccessStream
包含基于图像的字幕的索引数据的流。
- defaultLanguage
-
String
Platform::String
winrt::hstring
一个字符串,指示计时文本源的默认语言。
返回
新的计时文本源。
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|