|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.media.codec.video.h264.H264Parser
public class H264Parser
Parses H264 rtp headers and extracts the data in the format the decoder expects it. RFC3984.
| Constructor Summary | |
|---|---|
H264Parser()
|
|
H264Parser(int encodedFramePaddingSize)
|
|
| Method Summary | |
|---|---|
byte[] |
getEncodedFrame()
Returns the result data extracted from one ore more rtp packest. |
int |
getEncodedFrameLen()
Returns the result data length. |
boolean |
pushRTPInput(javax.media.Buffer inputBuffer)
New rtp packet is received. |
(package private) void |
reset()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public H264Parser()
public H264Parser(int encodedFramePaddingSize)
| Method Detail |
|---|
public boolean pushRTPInput(javax.media.Buffer inputBuffer)
inputBuffer - the data from the rtp packet
public byte[] getEncodedFrame()
public int getEncodedFrameLen()
void reset()
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||