C# Class MediaInfoLib.MediaInfoWrapper

MediaPortal wrapper class for the third-party MediaInfo library.
Inheritance: IDisposable
Afficher le fichier Open project: anyoun/metageta Class Usage Examples

Méthodes publiques

Méthode Description
GetParametersCsv ( ) : string
ReadFile ( string path ) : FileMetadata

Private Methods

Méthode Description
ReadAudioStreams ( ) : IEnumerable
ReadChapters ( ) : IEnumerable
ReadImages ( ) : IEnumerable
ReadTextStreams ( ) : IEnumerable
ReadVideoStreams ( ) : IEnumerable

Method Details

GetParametersCsv() public méthode

public GetParametersCsv ( ) : string
Résultat string

ReadFile() public méthode

public ReadFile ( string path ) : FileMetadata
path string
Résultat FileMetadata