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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
MinimalFullFeatureLength double

Защищенные свойства (Protected)

Свойство Тип Описание
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