public class H265TrackImplOld extends Object
Modifier and Type | Class and Description |
---|---|
static class |
H265TrackImplOld.NalUnitHeader |
static class |
H265TrackImplOld.PARSE_STATE |
Modifier and Type | Field and Description |
---|---|
static int |
AUD_NUT |
static int |
PPS_NUT |
static int |
PREFIX_SEI_NUT |
static int |
RSV_NVCL41 |
static int |
RSV_NVCL42 |
static int |
RSV_NVCL43 |
static int |
RSV_NVCL44 |
static int |
SPS_NUT |
static int |
UNSPEC48 |
static int |
UNSPEC49 |
static int |
UNSPEC50 |
static int |
UNSPEC51 |
static int |
UNSPEC52 |
static int |
UNSPEC53 |
static int |
UNSPEC54 |
static int |
UNSPEC55 |
static int |
VPS_NUT |
Constructor and Description |
---|
H265TrackImplOld(DataSource ds) |
Modifier and Type | Method and Description |
---|---|
protected Sample |
createSample(List<ByteBuffer> nals) |
int |
getFrameRate(ByteBuffer vps) |
H265TrackImplOld.NalUnitHeader |
getNalUnitHeader(ByteBuffer nal) |
static void |
main(String[] args) |
void |
profile_tier_level(int maxNumSubLayersMinus1,
CAVLCReader r) |
public static final int VPS_NUT
public static final int SPS_NUT
public static final int PPS_NUT
public static final int AUD_NUT
public static final int PREFIX_SEI_NUT
public static final int RSV_NVCL41
public static final int RSV_NVCL42
public static final int RSV_NVCL43
public static final int RSV_NVCL44
public static final int UNSPEC48
public static final int UNSPEC49
public static final int UNSPEC50
public static final int UNSPEC51
public static final int UNSPEC52
public static final int UNSPEC53
public static final int UNSPEC54
public static final int UNSPEC55
public H265TrackImplOld(DataSource ds) throws IOException
IOException
public static void main(String[] args) throws IOException
IOException
public void profile_tier_level(int maxNumSubLayersMinus1, CAVLCReader r) throws IOException
IOException
public int getFrameRate(ByteBuffer vps) throws IOException
IOException
public H265TrackImplOld.NalUnitHeader getNalUnitHeader(ByteBuffer nal)
protected Sample createSample(List<ByteBuffer> nals)
Copyright © 2015. All rights reserved.