C# 클래스 TranscodePlugin.AppleTvTag

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

공개 메소드들

메소드 설명
AddEpisodeImage ( byte data ) : void
AddEpisodeImage ( string path ) : void
AppleTvTag ( TagLib f ) : System
ClearEpisodeImages ( ) : void
SetAsTvShow ( ) : void

비공개 메소드들

메소드 설명
GetInt ( ByteVector field ) : int
GetText ( ByteVector field ) : string
SetInt ( ByteVector field, int value ) : void
SetText ( ByteVector field, string value ) : void
ToBytes ( string s ) : ByteVector

메소드 상세

AddEpisodeImage() 공개 메소드

public AddEpisodeImage ( byte data ) : void
data byte
리턴 void

AddEpisodeImage() 공개 메소드

public AddEpisodeImage ( string path ) : void
path string
리턴 void

AppleTvTag() 공개 메소드

public AppleTvTag ( TagLib f ) : System
f TagLib
리턴 System

ClearEpisodeImages() 공개 메소드

public ClearEpisodeImages ( ) : void
리턴 void

SetAsTvShow() 공개 메소드

public SetAsTvShow ( ) : void
리턴 void