org.dvb.si
Interface PMTStreamType


public interface PMTStreamType

This interface defines the constants corresponding to the different stream types

See Also:
PMTElementaryStream, PMTElementaryStream.getStreamType()

Field Summary
static byte MPEG1_AUDIO
          Constant value for the stream type as specified in ISO/IEC 13818-1
static byte MPEG1_VIDEO
          Constant value for the stream type as specified in ISO/IEC 13818-1
static byte MPEG2_AUDIO
          Constant value for the stream type as specified in ISO/IEC 13818-1
static byte MPEG2_VIDEO
          Constant value for the stream type as specified in ISO/IEC 13818-1
 

Field Detail

MPEG1_VIDEO

public static final byte MPEG1_VIDEO
Constant value for the stream type as specified in ISO/IEC 13818-1

See Also:
Constant Field Values

MPEG2_VIDEO

public static final byte MPEG2_VIDEO
Constant value for the stream type as specified in ISO/IEC 13818-1

See Also:
Constant Field Values

MPEG1_AUDIO

public static final byte MPEG1_AUDIO
Constant value for the stream type as specified in ISO/IEC 13818-1

See Also:
Constant Field Values

MPEG2_AUDIO

public static final byte MPEG2_AUDIO
Constant value for the stream type as specified in ISO/IEC 13818-1

See Also:
Constant Field Values