C# 클래스 ttaenc.Package

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

공개 메소드들

메소드 설명
AddTracks ( IEnumerable inputFiles ) : void

Add all new tracks found in inputfiles

CreateFromInputPaths ( IEnumerable inputPaths ) : Package
GetNextOid ( ) : int
Package ( ) : System
Package ( IProductIdProvider productIdProvider ) : System
RemoveTracks ( IEnumerable enumerable ) : void

메소드 상세

AddTracks() 공개 메소드

Add all new tracks found in inputfiles
public AddTracks ( IEnumerable inputFiles ) : void
inputFiles IEnumerable
리턴 void

CreateFromInputPaths() 공개 정적인 메소드

public static CreateFromInputPaths ( IEnumerable inputPaths ) : Package
inputPaths IEnumerable
리턴 Package

GetNextOid() 공개 메소드

public GetNextOid ( ) : int
리턴 int

Package() 공개 메소드

public Package ( ) : System
리턴 System

Package() 공개 메소드

public Package ( IProductIdProvider productIdProvider ) : System
productIdProvider IProductIdProvider
리턴 System

RemoveTracks() 공개 메소드

public RemoveTracks ( IEnumerable enumerable ) : void
enumerable IEnumerable
리턴 void