TimedTextSource.CreateFromUriWithIndex 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
반환
새 시간 제한 텍스트 원본입니다.
- 특성
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
매개 변수
- defaultLanguage
-
String
Platform::String
winrt::hstring
시간 제한 텍스트 원본의 기본 언어를 나타내는 문자열입니다.
반환
새 시간 제한 텍스트 원본입니다.
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|