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 で導入)
|