C# 클래스 ADBaseLibrary.Matroska.Matroska

파일 보기 프로젝트 열기: maxpiva/AnimeOfflineDownloader

공개 메소드들

메소드 설명
FixPositions ( Container c ) : void
MatroskaHash ( string inpath, string outpath ) : void

비공개 메소드들

메소드 설명
FixUIDS ( Container c ) : void
MoveTagInfoToTracks ( Container c ) : void
NormalizeHeader ( Container c ) : EbmlBinary
Shrink ( Container c ) : void

메소드 상세

FixPositions() 공개 정적인 메소드

public static FixPositions ( Container c ) : void
c Container
리턴 void

MatroskaHash() 공개 정적인 메소드

public static MatroskaHash ( string inpath, string outpath ) : void
inpath string
outpath string
리턴 void