C# 클래스 MediaInfoLib.MediaInfoWrapper

MediaPortal wrapper class for the third-party MediaInfo library.
상속: IDisposable
파일 보기 프로젝트 열기: anyoun/metageta 1 사용 예제들

공개 메소드들

메소드 설명
GetParametersCsv ( ) : string
ReadFile ( string path ) : FileMetadata

비공개 메소드들

메소드 설명
ReadAudioStreams ( ) : IEnumerable
ReadChapters ( ) : IEnumerable
ReadImages ( ) : IEnumerable
ReadTextStreams ( ) : IEnumerable
ReadVideoStreams ( ) : IEnumerable

메소드 상세

GetParametersCsv() 공개 메소드

public GetParametersCsv ( ) : string
리턴 string

ReadFile() 공개 메소드

public ReadFile ( string path ) : FileMetadata
path string
리턴 FileMetadata