TimedTextSource.CreateFromUriWithIndex メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateFromUriWithIndex(Uri, Uri) |
指定されたイメージとインデックス URI からイメージ ベースのサブタイトルを使用する TimedTextSource の新しいインスタンスを作成します。 |
CreateFromUriWithIndex(Uri, Uri, String) |
指定されたイメージとインデックス URI の画像ベースのサブタイトルを使用し、既定の言語を設定する TimedTextSource の新しいインスタンスを作成します。 |
CreateFromUriWithIndex(Uri, Uri)
指定されたイメージとインデックス URI からイメージ ベースのサブタイトルを使用する TimedTextSource の新しいインスタンスを作成します。
public:
static TimedTextSource ^ CreateFromUriWithIndex(Uri ^ uri, Uri ^ indexUri);
/// [Windows.Foundation.Metadata.Overload("CreateFromUriWithIndex")]
static TimedTextSource CreateFromUriWithIndex(Uri const& uri, Uri const& indexUri);
[Windows.Foundation.Metadata.Overload("CreateFromUriWithIndex")]
public static TimedTextSource CreateFromUriWithIndex(System.Uri uri, System.Uri indexUri);
function createFromUriWithIndex(uri, indexUri)
Public Shared Function CreateFromUriWithIndex (uri As Uri, indexUri As Uri) As TimedTextSource
パラメーター
戻り値
新しい時間指定テキスト ソース。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|
適用対象
CreateFromUriWithIndex(Uri, Uri, String)
指定されたイメージとインデックス URI の画像ベースのサブタイトルを使用し、既定の言語を設定する TimedTextSource の新しいインスタンスを作成します。
public:
static TimedTextSource ^ CreateFromUriWithIndex(Uri ^ uri, Uri ^ indexUri, Platform::String ^ defaultLanguage);
/// [Windows.Foundation.Metadata.Overload("CreateFromUriWithIndexAndLanguage")]
static TimedTextSource CreateFromUriWithIndex(Uri const& uri, Uri const& indexUri, winrt::hstring const& defaultLanguage);
[Windows.Foundation.Metadata.Overload("CreateFromUriWithIndexAndLanguage")]
public static TimedTextSource CreateFromUriWithIndex(System.Uri uri, System.Uri indexUri, string defaultLanguage);
function createFromUriWithIndex(uri, indexUri, defaultLanguage)
Public Shared Function CreateFromUriWithIndex (uri As Uri, indexUri As Uri, defaultLanguage As String) As TimedTextSource
パラメーター
- defaultLanguage
-
String
Platform::String
winrt::hstring
時間指定されたテキスト ソースの既定の言語を示す文字列。
戻り値
新しい時間指定テキスト ソース。
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0 で導入)
|