다음을 통해 공유


TimedTextSource 클래스

정의

시간 제한 텍스트 데이터의 원본을 나타냅니다.

public ref class TimedTextSource sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TimedTextSource final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TimedTextSource
Public NotInheritable Class TimedTextSource
상속
Object Platform::Object IInspectable TimedTextSource
특성

Windows 요구 사항

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

설명

팩터리 메서드 중 하나인 CreateFromStream 또는 CreateFromUri에서 TimedTextSourceinstance 가져옵니다. instance 가져온 후 이를 사용하여 MediaSource 개체의 MediaSource.ExternalTimedTextSources 속성을 설정하여 ExternalTimedMetadataTracks 컬렉션을 초기화할 수 있습니다.

외부 시간 제한 텍스트 원본을 사용하는 방법에 대한 지침은 미디어 항목, 재생 목록 및 트랙을 참조하세요.

지원되는 시간 제한 텍스트 형식 목록은 지원되는 코덱을 참조하세요.

버전 기록

Windows 버전 SDK 버전 추가된 값
1703 15063 CreateFromStreamWithIndex(IRandomAccessStream,IRandomAccessStream)
1703 15063 CreateFromStreamWithIndex(IRandomAccessStream,IRandomAccessStream,String)
1703 15063 CreateFromUriWithIndex(Uri,Uri)
1703 15063 CreateFromUriWithIndex(Uri,Uri,String)

메서드

CreateFromStream(IRandomAccessStream)

제공된 스트림에서 TimedTextSource의 새 instance 만듭니다.

CreateFromStream(IRandomAccessStream, String)

제공된 스트림에서 지정된 기본 언어로 TimedTextSource의 새 instance 만듭니다.

CreateFromStreamWithIndex(IRandomAccessStream, IRandomAccessStream)

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

CreateFromStreamWithIndex(IRandomAccessStream, IRandomAccessStream, String)

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

CreateFromUri(Uri)

제공된 URI에서 TimedTextSource의 새 instance 만듭니다.

CreateFromUri(Uri, String)

제공된 URI에서 지정된 기본 언어로 TimedTextSource의 새 instance 만듭니다.

CreateFromUriWithIndex(Uri, Uri)

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

CreateFromUriWithIndex(Uri, Uri, String)

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

이벤트

Resolved

TimedTextSource가 확인되면 발생합니다.

적용 대상

추가 정보