gstreamer-0.10 Reference Manual

Synopsis

public enum StateChange {
    NULL_TO_READY,
    READY_TO_PAUSED,
    PAUSED_TO_PLAYING,
    PLAYING_TO_PAUSED,
    PAUSED_TO_READY,
    READY_TO_NULL,
}

Description

Enum Value Details

NULL_TO_READY

    NULL_TO_READY,		

READY_TO_PAUSED

    READY_TO_PAUSED,		

PAUSED_TO_PLAYING

    PAUSED_TO_PLAYING,		

PLAYING_TO_PAUSED

    PLAYING_TO_PAUSED,		

PAUSED_TO_READY

    PAUSED_TO_READY,		

READY_TO_NULL

    READY_TO_NULL,		

Method Details


Created by Valadoc