C# 클래스 Bloom.Edit.LameEncoder

This class, borrowed almost unchanged from HearThis, compresses .wav files to .mp3. Requires the (currently separate) installation of LAME.
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

공개 메소드들

메소드 설명
Encode ( string sourcePath, string destPathWithoutExtension, IProgress progress ) : void
IsAvailable ( ) : bool

비공개 메소드들

메소드 설명
LocateAndRememberLAMEPath ( ) : string

Find the path to LAME)

LocateLAME ( ) : string

메소드 상세

Encode() 공개 메소드

public Encode ( string sourcePath, string destPathWithoutExtension, IProgress progress ) : void
sourcePath string
destPathWithoutExtension string
progress IProgress
리턴 void

IsAvailable() 공개 정적인 메소드

public static IsAvailable ( ) : bool
리턴 bool