Skip to content

Commit

Permalink
added PLAY_SPEED_CHANGED event
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 3, 2011
1 parent 2245ca1 commit 525c283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public enum Type {
MEDIA_LOADED, PLAY, STOP, PAUSE, UNPAUSE, CLIP_END, ERROR, PICTURE_DECODED,
KEY_FRAME_DECODED, AUDIO_FRAME_DECODED, BUFFER_FULL, BUFFER_EMPTY,
VIDEO_FRAME_PRESENTED, AUDIO_FRAME_PRESENTED, FIRST_VIDEO_FRAME_PRESENTED,
STREAM_TIME_TICK, SEEK
STREAM_TIME_TICK, SEEK, PLAY_SPEED_CHANGED
};

private IVideoPicture picture;
Expand Down

0 comments on commit 525c283

Please sign in to comment.