Property | Type | Description | |
---|---|---|---|
_isVisible | bool | ||
_sourceRectangle | |||
_videoRectangle |
Method | Description | |
---|---|---|
AudioLanguage ( int iStream ) : string |
Property to get the name for an audio stream
|
|
AudioType ( int iStream ) : string |
Property to get the type of an audio stream
|
|
CanSeek ( ) : bool |
Property which indicates if we can seek in the file
|
|
ContinueGraph ( ) : void | ||
Dispose ( ) : void | ||
EditionLanguage ( int iStream ) : string |
Property to get the name for an edition stream
|
|
EditionType ( int iStream ) : string |
Property to get the type of an edition stream
|
|
GetAudioDualMonoMode ( ) : eAudioDualMonoMode | ||
GetHDC ( ) : int | ||
GetResumeState ( byte &resumeData ) : bool |
|
|
GetVideoFormat ( ) : |
||
IPlayer ( ) : System |
Default ctor
|
|
OnAction ( MediaPortal.GUI.Library.Action action ) : bool |
this method can be overriden if the player needs to respond to user actions like keypresses and mouse events
|
|
OnZapping ( int info ) : void | ||
Pause ( ) : void |
Method to pause or unpause
|
|
PauseGraph ( ) : void | ||
Play ( string strFile ) : bool |
This method is used to start playing a file
|
|
PlayStream ( string strFile, string streamName ) : bool |
Nearly the same as Play(), but usefull for web streams to give the real name of the stream and not url
|
|
Process ( ) : void |
This method will be called on a regular basis by MP it allows the external player to do some work
|
|
ReleaseHDC ( int HDC ) : void | ||
SeekAbsolute ( double dTime ) : void |
Method to seek to a specific point relative
|
|
SeekAsolutePercentage ( int iPercentage ) : void |
Method to seek to a specific point
|
|
SeekRelative ( double dTime ) : void |
Method to seek to a specific point relative from the current position
|
|
SeekRelativePercentage ( int iPercentage ) : void |
Method to seek to a specific point relative to the current position
|
|
SetAudioDualMonoMode ( eAudioDualMonoMode mode ) : bool | ||
SetResumeState ( byte resumeData ) : bool |
|
|
SetVideoWindow ( ) : void |
Method which is called by MP if the player needs to update its video window because the coordinates have been changed
|
|
SetVideoWindowMadVR ( ) : void |
Method which is called by MP if the player needs to update its madVR video window because the coordinates have been changed
|
|
Stop ( ) : void |
Method to stop playing
|
|
Stop ( bool keepExclusiveModeOn ) : void |
Method to stop playing
|
|
StopAndKeepTimeShifting ( ) : void |
Method to stop playing but at the same time keep timeshifting on server
|
|
SubtitleLanguage ( int iStream ) : string |
Property to get/set the language name for a subtitle stream
|
|
SubtitleName ( int iStream ) : string |
Property to get the name for a subtitle stream
|
|
VideoName ( int iStream ) : string |
Property to get the name for an Video stream
|
|
VideoType ( int iStream ) : string |
Property to get the type of an Video stream
|
|
WndProc ( |
Method to handle any windows message MP will route any window message to the players so they can react on it by overriding this mehtod
|
public AudioLanguage ( int iStream ) : string | ||
iStream | int | |
return | string |
public EditionLanguage ( int iStream ) : string | ||
iStream | int | |
return | string |
public GetAudioDualMonoMode ( ) : eAudioDualMonoMode | ||
return | eAudioDualMonoMode |
public GetResumeState ( byte &resumeData ) : bool | ||
resumeData | byte | resumeData |
return | bool |
public GetVideoFormat ( ) : |
||
return |
public OnAction ( MediaPortal.GUI.Library.Action action ) : bool | ||
action | MediaPortal.GUI.Library.Action | |
return | bool |
public PlayStream ( string strFile, string streamName ) : bool | ||
strFile | string | file to play |
streamName | string | real name of the stream |
return | bool |
public SeekAbsolute ( double dTime ) : void | ||
dTime | double | absolute time in secs |
return | void |
public SeekAsolutePercentage ( int iPercentage ) : void | ||
iPercentage | int | percentage (0 to +100%) |
return | void |
public SeekRelative ( double dTime ) : void | ||
dTime | double | relative time in secs |
return | void |
public SeekRelativePercentage ( int iPercentage ) : void | ||
iPercentage | int | percentage (-100% to +100%) relative to the current position |
return | void |
public SetAudioDualMonoMode ( eAudioDualMonoMode mode ) : bool | ||
mode | eAudioDualMonoMode | |
return | bool |
public SetResumeState ( byte resumeData ) : bool | ||
resumeData | byte | resumeData |
return | bool |
public Stop ( bool keepExclusiveModeOn ) : void | ||
keepExclusiveModeOn | bool | |
return | void |
public SubtitleLanguage ( int iStream ) : string | ||
iStream | int | |
return | string |
public WndProc ( |
||
m | Message | |
return | void |
protected Rectangle,System.Drawing _sourceRectangle | ||
return |