C# Class TranscodePlugin.AppleTvTag

Afficher le fichier Open project: anyoun/metageta Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AddEpisodeImage ( byte data ) : void
data byte
Résultat void

AddEpisodeImage() public méthode

public AddEpisodeImage ( string path ) : void
path string
Résultat void

AppleTvTag() public méthode

public AppleTvTag ( TagLib f ) : System
f TagLib
Résultat System

ClearEpisodeImages() public méthode

public ClearEpisodeImages ( ) : void
Résultat void

SetAsTvShow() public méthode

public SetAsTvShow ( ) : void
Résultat void