org.gstreamer.media.event
public class TransitionEvent extends MediaEvent
Modifier and Type | Field and Description |
---|---|
State |
currentState |
State |
pendingState |
State |
previousState |
source
Constructor and Description |
---|
TransitionEvent(MediaPlayer player,
State previousState,
State currentState,
State pendingState) |
Modifier and Type | Method and Description |
---|---|
State |
getCurrentState() |
State |
getPendingState() |
State |
getPreviousState() |
State |
getTargetState() |
String |
toString() |
getSource
Copyright © 2014. All rights reserved.