C# 클래스 HandBrake.Interop.Converters

파일 보기 프로젝트 열기: golgol7777/HandBrakeWinSource 1 사용 예제들

공개 메소드들

메소드 설명
AudioEncoderToNative ( AudioEncoder encoder ) : uint

Gets the native code for the given encoder.

FramerateToVrate ( double framerate ) : int
MixdownToNative ( Mixdown mixdown ) : int
NativeToAudioCodec ( uint codec ) : AudioCodec
NativeToMixdown ( int mixdown ) : Mixdown

메소드 상세

AudioEncoderToNative() 공개 정적인 메소드

Gets the native code for the given encoder.
public static AudioEncoderToNative ( AudioEncoder encoder ) : uint
encoder AudioEncoder The audio encoder to convert. Cannot be AudioEncoder.Passthrough.
리턴 uint

FramerateToVrate() 공개 정적인 메소드

public static FramerateToVrate ( double framerate ) : int
framerate double
리턴 int

MixdownToNative() 공개 정적인 메소드

public static MixdownToNative ( Mixdown mixdown ) : int
mixdown Mixdown
리턴 int

NativeToAudioCodec() 공개 정적인 메소드

public static NativeToAudioCodec ( uint codec ) : AudioCodec
codec uint
리턴 AudioCodec

NativeToMixdown() 공개 정적인 메소드

public static NativeToMixdown ( int mixdown ) : Mixdown
mixdown int
리턴 Mixdown