Uses of Class
com.teamdev.jxcapture.video.player.VideoPlayerComponent.PlayerState

Packages that use VideoPlayerComponent.PlayerState
com.teamdev.jxcapture.video.player   
 

Uses of VideoPlayerComponent.PlayerState in com.teamdev.jxcapture.video.player
 

Fields in com.teamdev.jxcapture.video.player declared as VideoPlayerComponent.PlayerState
protected  VideoPlayerComponent.PlayerState[] VideoPlayerComponent.playerState
           
 

Methods in com.teamdev.jxcapture.video.player that return VideoPlayerComponent.PlayerState
 VideoPlayerComponent.PlayerState VideoPlayerComponent.getPlayerState()
          Returns current player state.
static VideoPlayerComponent.PlayerState VideoPlayerComponent.PlayerState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static VideoPlayerComponent.PlayerState[] VideoPlayerComponent.PlayerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.teamdev.jxcapture.video.player with parameters of type VideoPlayerComponent.PlayerState
protected  void VideoPlayerComponent.setPlayerState(VideoPlayerComponent.PlayerState playerState)
          Set new player state.