org.dvb.si
Interface SIServiceType


public interface SIServiceType

This interface defines constants corresponding to the different service types.

See Also:
SIService.getSIServiceType()

Field Summary
static short D_D2_MAC
          Constant value for the service type as specified in EN 300 468
static short DATA_BROADCAST
          Constant value for the service type as specified in EN 300 468
static short DIGITAL_RADIO_SOUND
          Constant value for the service type as specified in EN 300 468
static short DIGITAL_TELEVISION
          Constant value for the service type as specified in EN 300 468
static short FM_RADIO
          Constant value for the service type as specified in EN 300 468
static short MHP_APPLICATION
          Constant value for the service type as specified in EN 300 468
static short MOSAIC
          Constant value for the service type as specified in EN 300 468
static short NTSC
          Constant value for the service type as specified in EN 300 468
static short NVOD_REFERENCE
          Constant value for the service type as specified in EN 300 468
static short NVOD_TIME_SHIFTED
          Constant value for the service type as specified in EN 300 468
static short PAL
          Constant value for the service type as specified in EN 300 468
static short SECAM
          Constant value for the service type as specified in EN 300 468
static short TELETEXT
          Constant value for the service type as specified in EN 300 468
static short UNKNOWN
          Constant value for the service type as specified in EN 300 468
 

Field Detail

UNKNOWN

public static final short UNKNOWN
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

DIGITAL_TELEVISION

public static final short DIGITAL_TELEVISION
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

DIGITAL_RADIO_SOUND

public static final short DIGITAL_RADIO_SOUND
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

TELETEXT

public static final short TELETEXT
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

NVOD_REFERENCE

public static final short NVOD_REFERENCE
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

NVOD_TIME_SHIFTED

public static final short NVOD_TIME_SHIFTED
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

MOSAIC

public static final short MOSAIC
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

PAL

public static final short PAL
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

SECAM

public static final short SECAM
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

D_D2_MAC

public static final short D_D2_MAC
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

FM_RADIO

public static final short FM_RADIO
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

NTSC

public static final short NTSC
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

DATA_BROADCAST

public static final short DATA_BROADCAST
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values

MHP_APPLICATION

public static final short MHP_APPLICATION
Constant value for the service type as specified in EN 300 468

See Also:
Constant Field Values