C# 클래스 Windows.Media.Transcoding.MediaTranscoder

상속: IMediaTranscoder
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
ClearEffects ( ) : void
MediaTranscoder ( ) : System
PrepareFileTranscodeAsync ( [ source, [ destination, [ profile ) : IAsyncOperation
PrepareStreamTranscodeAsync ( [ source, [ destination, [ profile ) : IAsyncOperation

비공개 메소드들

메소드 설명
AddAudioEffect ( [ activatableClassId ) : void
AddAudioEffect ( [ activatableClassId, [ effectRequired, [ configuration ) : void
AddVideoEffect ( [ activatableClassId ) : void
AddVideoEffect ( [ activatableClassId, [ effectRequired, [ configuration ) : void

메소드 상세

ClearEffects() 공개 메소드

public ClearEffects ( ) : void
리턴 void

MediaTranscoder() 공개 메소드

public MediaTranscoder ( ) : System
리턴 System

PrepareFileTranscodeAsync() 공개 메소드

public PrepareFileTranscodeAsync ( [ source, [ destination, [ profile ) : IAsyncOperation
source [
destination [
profile [
리턴 IAsyncOperation

PrepareStreamTranscodeAsync() 공개 메소드

public PrepareStreamTranscodeAsync ( [ source, [ destination, [ profile ) : IAsyncOperation
source [
destination [
profile [
리턴 IAsyncOperation