public class SyncSampleEntry extends GroupEntry
| Constructor and Description |
|---|
SyncSampleEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ByteBuffer |
get() |
int |
getNalUnitType() |
int |
getReserved() |
String |
getType() |
int |
hashCode() |
void |
parse(ByteBuffer byteBuffer) |
void |
setNalUnitType(int nalUnitType) |
void |
setReserved(int reserved) |
String |
toString() |
sizepublic static final String TYPE
public void parse(ByteBuffer byteBuffer)
parse in class GroupEntrypublic ByteBuffer get()
get in class GroupEntrypublic int getReserved()
public void setReserved(int reserved)
public int getNalUnitType()
public void setNalUnitType(int nalUnitType)
public String getType()
getType in class GroupEntryCopyright © 2017. All rights reserved.