C# Class TranscodePlugin.AppleTvTag

Mostrar archivo Open project: anyoun/metageta Class Usage Examples

Public Methods

Method Description
AddEpisodeImage ( byte data ) : void
AddEpisodeImage ( string path ) : void
AppleTvTag ( TagLib f ) : System
ClearEpisodeImages ( ) : void
SetAsTvShow ( ) : void

Private Methods

Method Description
GetInt ( ByteVector field ) : int
GetText ( ByteVector field ) : string
SetInt ( ByteVector field, int value ) : void
SetText ( ByteVector field, string value ) : void
ToBytes ( string s ) : ByteVector

Method Details

AddEpisodeImage() public method

public AddEpisodeImage ( byte data ) : void
data byte
return void

AddEpisodeImage() public method

public AddEpisodeImage ( string path ) : void
path string
return void

AppleTvTag() public method

public AppleTvTag ( TagLib f ) : System
f TagLib
return System

ClearEpisodeImages() public method

public ClearEpisodeImages ( ) : void
return void

SetAsTvShow() public method

public SetAsTvShow ( ) : void
return void