C# Class VideoPlayer.Model.Node.State.StoppedState

Inheritance: VideoNodeState
Show file Open project: chris-tomich/Glyma

Public Methods

Method Description
GetState ( ) : MediaElementState
StoppedState ( VideoNodeStateFactory factory, IVideoNode context ) : System.Windows.Media

Method Details

GetState() public method

public GetState ( ) : MediaElementState
return MediaElementState

StoppedState() public method

public StoppedState ( VideoNodeStateFactory factory, IVideoNode context ) : System.Windows.Media
factory VideoNodeStateFactory
context IVideoNode
return System.Windows.Media