org.dvb.si
Interface SIRunningStatus


public interface SIRunningStatus

This interface defines the constants corresponding to the running status values for services and events.


Field Summary
static byte NOT_RUNNING
          Constant value for the running status as specified in EN 300 468
static byte PAUSING
          Constant value for the running status as specified in EN 300 468
static byte RUNNING
          Constant value for the running status as specified in EN 300 468
static byte STARTS_IN_A_FEW_SECONDS
          Constant value for the running status as specified in EN 300 468
static byte UNDEFINED
          Constant value for the running status as specified in EN 300 468
 

Field Detail

UNDEFINED

public static final byte UNDEFINED
Constant value for the running status as specified in EN 300 468

See Also:
Constant Field Values

NOT_RUNNING

public static final byte NOT_RUNNING
Constant value for the running status as specified in EN 300 468

See Also:
Constant Field Values

STARTS_IN_A_FEW_SECONDS

public static final byte STARTS_IN_A_FEW_SECONDS
Constant value for the running status as specified in EN 300 468

See Also:
Constant Field Values

PAUSING

public static final byte PAUSING
Constant value for the running status as specified in EN 300 468

See Also:
Constant Field Values

RUNNING

public static final byte RUNNING
Constant value for the running status as specified in EN 300 468

See Also:
Constant Field Values