C# Class VideoPlayer.Model.Node.VideoNode

Inheritance: IVideoNode
Datei anzeigen Open project: chris-tomich/Glyma Class Usage Examples

Public Methods

Method Description
SetSourceFromCommand ( VideoPlayerSharedLib command ) : void
SetStartTimeAndEndTimeFromCommand ( VideoPlayerSharedLib command ) : void
UpdatePlayingTime ( System.TimeSpan sp ) : void
VideoNode ( VideoPlayerSharedLib command ) : System

Private Methods

Method Description
InitializeState ( ) : void
InitializeVideoNode ( VideoPlayerSharedLib command ) : void

Method Details

SetSourceFromCommand() public method

public SetSourceFromCommand ( VideoPlayerSharedLib command ) : void
command VideoPlayerSharedLib
return void

SetStartTimeAndEndTimeFromCommand() public method

public SetStartTimeAndEndTimeFromCommand ( VideoPlayerSharedLib command ) : void
command VideoPlayerSharedLib
return void

UpdatePlayingTime() public method

public UpdatePlayingTime ( System.TimeSpan sp ) : void
sp System.TimeSpan
return void

VideoNode() public method

public VideoNode ( VideoPlayerSharedLib command ) : System
command VideoPlayerSharedLib
return System