TimedTextSource.CreateFromUriWithIndex 메서드

정의

오버로드

CreateFromUriWithIndex(Uri, Uri)

제공된 이미지 및 인덱스 URI의 이미지 기반 자막을 사용하는 TimedTextSource의 새 instance 만듭니다.

CreateFromUriWithIndex(Uri, Uri, String)

제공된 이미지 및 인덱스 URI의 이미지 기반 자막을 사용하고 기본 언어를 설정하는 TimedTextSource의 새 instance 만듭니다.

CreateFromUriWithIndex(Uri, Uri)

제공된 이미지 및 인덱스 URI의 이미지 기반 자막을 사용하는 TimedTextSource의 새 instance 만듭니다.

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

매개 변수

uri
Uri Uri

시간 제한 텍스트 원본이 만들어지는 이미지 데이터의 URI입니다.

indexUri
Uri Uri

시간 제한 텍스트 원본이 만들어지는 인덱스 데이터의 URI입니다.

반환

새 시간 제한 텍스트 원본입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

적용 대상

CreateFromUriWithIndex(Uri, Uri, String)

제공된 이미지 및 인덱스 URI의 이미지 기반 자막을 사용하고 기본 언어를 설정하는 TimedTextSource의 새 instance 만듭니다.

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

매개 변수

uri
Uri Uri

시간 제한 텍스트 원본이 만들어지는 이미지 데이터의 URI입니다.

indexUri
Uri Uri

시간 제한 텍스트 원본이 만들어지는 인덱스 데이터의 URI입니다.

defaultLanguage
String

Platform::String

winrt::hstring

시간 제한 텍스트 원본의 기본 언어를 나타내는 문자열입니다.

반환

새 시간 제한 텍스트 원본입니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

적용 대상