public class ProgramMapTable.StreamInfo
extends Object
| Modifier and Type | Field and Description |
|---|---|
com.wowza.util.MultiMap<Integer,Descriptor> |
descriptors
The descriptors.
|
int |
PID
The pid.
|
int |
streamType
The stream type.
|
static int |
STREAMTYPE_AUDIO_AAC_LOAS |
static int |
STREAMTYPE_AUDIO_AC3_ATSC |
static int |
STREAMTYPE_AUDIO_ADTS_AAC |
static int |
STREAMTYPE_AUDIO_EAC3_ATSC |
static int |
STREAMTYPE_AUDIO_MP3_1 |
static int |
STREAMTYPE_AUDIO_MP3_2 |
static int |
STREAMTYPE_CUEI |
static int |
STREAMTYPE_VIDEO_H264 |
static int |
STREAMTYPE_VIDEO_HEVC |
static int |
STREAMTYPE_VIDEO_MPEG4 |
static int |
STREAMTYPE_VIDEO1_MPEG2 |
static int |
STREAMTYPE_VIDEO2_MPEG2 |
| Constructor and Description |
|---|
ProgramMapTable.StreamInfo()
Instantiates a new stream info.
|
ProgramMapTable.StreamInfo(MPEG2Section section)
Instantiates a new stream info.
|
| Modifier and Type | Method and Description |
|---|---|
int |
binarySize()
calculates the binary size of the Stream Info structure
|
int |
getAudioCodec() |
int |
getVideoCodec() |
boolean |
isAudioStreamType()
Checks if is audio stream type.
|
boolean |
isVideoStreamType()
Checks if is video stream type.
|
String |
toString() |
public com.wowza.util.MultiMap<Integer,Descriptor> descriptors
public int PID
public int streamType
public static final int STREAMTYPE_AUDIO_AAC_LOAS
public static final int STREAMTYPE_AUDIO_AC3_ATSC
public static final int STREAMTYPE_AUDIO_ADTS_AAC
public static final int STREAMTYPE_AUDIO_EAC3_ATSC
public static final int STREAMTYPE_AUDIO_MP3_1
public static final int STREAMTYPE_AUDIO_MP3_2
public static final int STREAMTYPE_CUEI
public static final int STREAMTYPE_VIDEO_H264
public static final int STREAMTYPE_VIDEO_HEVC
public static final int STREAMTYPE_VIDEO_MPEG4
public static final int STREAMTYPE_VIDEO1_MPEG2
public static final int STREAMTYPE_VIDEO2_MPEG2
public ProgramMapTable.StreamInfo()
public ProgramMapTable.StreamInfo(MPEG2Section section)
section - the sectionpublic int binarySize()
public int getAudioCodec()
public int getVideoCodec()
public boolean isAudioStreamType()
public boolean isVideoStreamType()
public String toString()
toString in class Object