Property | Type | Description | |
---|---|---|---|
_UOPs | int | ||
_aspectRatio | Geometry.Type | ||
_basicAudio | IBasicAudio | ||
_basicVideo | IBasicVideo2 | ||
_cmdOption | IDvdCmd | ||
_currChapter | int | ||
_currDomain | DvdDomain | ||
_currTime | DirectShowLib.Dvd.DvdHMSFTimeCode | ||
_currTitle | int | ||
_currentFile | string | ||
_currentTime | double | ||
_cyberlinkDVDNavigator | bool | ||
_duration | double | ||
_dvdCtrl | IDvdControl2 | ||
_dvdGraph | IDvdGraphBuilder | ||
_dvdInfo | IDvdInfo2 | ||
_dvdbasefilter | IBaseFilter | ||
_forceSubtitles | bool | ||
_freeNavigator | bool | ||
_fullScreen | bool | ||
_graphBuilder | IGraphBuilder | ||
_height | int | ||
_line21Decoder | IAMLine21Decoder | ||
_mediaCtrl | IMediaControl | ||
_mediaEvt | IMediaEventEx | ||
_mediaPos | IMediaPosition | ||
_mouseMsg | |||
_pendingCmd | bool | ||
_positionX | int | ||
_positionY | int | ||
_rotEntry | DsROTEntry | ||
_showClosedCaptions | bool | ||
_speed | int | ||
_started | bool | ||
_state | PlayState | ||
_updateNeeded | bool | ||
_videoHeight | int | ||
_videoPref | DvdPreferredDisplayMode | ||
_videoWidth | int | ||
_videoWin | IVideoWindow | ||
_visible | bool | ||
_volume | int | ||
_width | int | ||
arMode | AspectRatioMode | ||
buttonCount | int | ||
focusedButton | int | ||
pt | Point |
Method | Description | |
---|---|---|
AddPreferedCodecs ( IGraphBuilder _graphBuilder ) : void | ||
AudioLanguage ( int iStream ) : string | ||
CanSeek ( ) : bool | ||
DVDPlayer ( ) : System | ||
Dispose ( ) : void | ||
GetResumeState ( byte &resumeData ) : bool | ||
OnAction ( MediaPortal.GUI.Library.Action action ) : bool | ||
Pause ( ) : void | ||
Play ( string file ) : bool | ||
Process ( ) : void | ||
SeekAbsolute ( double newTime ) : void | ||
SeekAsolutePercentage ( int percentage ) : void | ||
SeekRelative ( double newTime ) : void | ||
SeekRelativePercentage ( int percentage ) : void | ||
SetResumeState ( byte resumeData ) : bool | ||
SetVideoWindow ( ) : void | ||
Stop ( ) : void | ||
SubtitleLanguage ( int iStream ) : string |
Translate the subpicture ID to a human readable string.
|
|
SubtitleName ( int iStream ) : string | ||
WndProc ( Message &m ) : void |
Method | Description | |
---|---|---|
CloseInterfaces ( ) : void |
do cleanup and release DirectShow.
|
|
GetInterfaces ( string path ) : bool |
create the used COM components and get the interfaces.
|
|
OnProcess ( ) : void | ||
Repaint ( ) : void | ||
SetSourceDestRectangles ( |
||
SetVideoPosition ( |
||
UpdateMenu ( ) : void |
update menu items to match current playback state
|
Method | Description | |
---|---|---|
FirstPlayDvd ( string file ) : bool |
handling the very first start of dvd playback.
|
|
GetLCID ( string language ) : int | ||
OnCmdComplete ( int p1, int hrg ) : void |
asynchronous command completed
|
|
OnDvdEvent ( ) : void |
DVD event message handler
|
|
SetDefaultLanguages ( ) : void |
Set the default languages of the
|
|
UpdateDuration ( ) : void | ||
UpdateTitle ( int title ) : void |
public AddPreferedCodecs ( IGraphBuilder _graphBuilder ) : void | ||
_graphBuilder | IGraphBuilder | |
return | void |
public AudioLanguage ( int iStream ) : string | ||
iStream | int | |
return | string |
protected GetInterfaces ( string path ) : bool | ||
path | string | |
return | bool |
public GetResumeState ( byte &resumeData ) : bool | ||
resumeData | byte | |
return | bool |
public OnAction ( MediaPortal.GUI.Library.Action action ) : bool | ||
action | MediaPortal.GUI.Library.Action | |
return | bool |
public SeekAbsolute ( double newTime ) : void | ||
newTime | double | |
return | void |
public SeekAsolutePercentage ( int percentage ) : void | ||
percentage | int | |
return | void |
public SeekRelative ( double newTime ) : void | ||
newTime | double | |
return | void |
public SeekRelativePercentage ( int percentage ) : void | ||
percentage | int | |
return | void |
public SetResumeState ( byte resumeData ) : bool | ||
resumeData | byte | |
return | bool |
protected SetSourceDestRectangles ( |
||
source | ||
destination | ||
return | void |
protected SetVideoPosition ( |
||
destination | ||
return | void |
public SubtitleLanguage ( int iStream ) : string | ||
iStream | int | Subpicture ID |
return | string |
protected DvdHMSFTimeCode,DirectShowLib.Dvd _currTime | ||
return | DirectShowLib.Dvd.DvdHMSFTimeCode |
protected IAMLine21Decoder _line21Decoder | ||
return | IAMLine21Decoder |
protected ArrayList,System.Collections _mouseMsg | ||
return |
protected DvdPreferredDisplayMode _videoPref | ||
return | DvdPreferredDisplayMode |