C# 클래스 MPTagThat.Core.AudioEncoder.AudioEncoder

상속: IAudioEncoder
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 메소드들

메소드 설명
AbortEncoding ( ) : void
AudioEncoder ( ) : System
SetEncoder ( string encoder, string outFile ) : string

Sets the Encoder and the Outfile Name

StartEncoding ( int stream, int rowIndex ) : BASSError

Starts encoding using the given Parameters

비공개 메소드들

메소드 설명
SetEncoderSettings ( int stream ) : BaseEncoder
SetOutFileExtension ( string outFile ) : string

메소드 상세

AbortEncoding() 공개 메소드

public AbortEncoding ( ) : void
리턴 void

AudioEncoder() 공개 메소드

public AudioEncoder ( ) : System
리턴 System

SetEncoder() 공개 메소드

Sets the Encoder and the Outfile Name
public SetEncoder ( string encoder, string outFile ) : string
encoder string
outFile string
리턴 string

StartEncoding() 공개 메소드

Starts encoding using the given Parameters
public StartEncoding ( int stream, int rowIndex ) : BASSError
stream int
rowIndex int
리턴 BASSError