C# Class MediaInfoLib.MediaInfoWrapper

MediaPortal wrapper class for the third-party MediaInfo library.
Inheritance: IDisposable
ファイルを表示 Open project: anyoun/metageta Class Usage Examples

Public Methods

Method Description
GetParametersCsv ( ) : string
ReadFile ( string path ) : FileMetadata

Private Methods

Method Description
ReadAudioStreams ( ) : IEnumerable
ReadChapters ( ) : IEnumerable
ReadImages ( ) : IEnumerable
ReadTextStreams ( ) : IEnumerable
ReadVideoStreams ( ) : IEnumerable

Method Details

GetParametersCsv() public method

public GetParametersCsv ( ) : string
return string

ReadFile() public method

public ReadFile ( string path ) : FileMetadata
path string
return FileMetadata