C# 클래스 MediaPortal.Plugins.MovingPictures.LocalMediaManagement.MediaInfoWrapper

This class is here to temporarily replace the MediaInfoWrapper included with MediaPortal Once MP has the new changes, this file can be deleted.
파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
MinimalFullFeatureLength double

보호된 프로퍼티들

프로퍼티 타입 설명
currentMediaInfo BDInfo
currentPlaylistFile BDInfo.TSPlaylistFile

공개 메소드들

메소드 설명
MediaInfoWrapper ( string strFile ) : System

비공개 메소드들

메소드 설명
GetLengthFromPlaylist ( string filePath ) : bool

Returns wether a choice was made and changes the file path

checkHasExternalSubtitles ( string strFile ) : bool
scanWorker ( string path ) : BDInfo

Scans a bluray folder and returns a BDInfo object

메소드 상세

MediaInfoWrapper() 공개 메소드

public MediaInfoWrapper ( string strFile ) : System
strFile string
리턴 System

프로퍼티 상세

MinimalFullFeatureLength 공개적으로 정적으로 프로퍼티

The minimal feature length that should be taken into account
public static double MinimalFullFeatureLength
리턴 double

currentMediaInfo 보호되어 있는 프로퍼티

Holds the relevant BDInfo instance after a scan
protected BDInfo,MediaPortal.Plugins.MovingPictures.LocalMediaManagement currentMediaInfo
리턴 BDInfo

currentPlaylistFile 보호되어 있는 프로퍼티

Holds the relevant playlist after feature selection
protected TSPlaylistFile,BDInfo currentPlaylistFile
리턴 BDInfo.TSPlaylistFile