|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.twilight.h264.decoder.H264Decoder
public class H264Decoder
| Field Summary | |
|---|---|
int |
capabilities
Codec capabilities. |
long[] |
channel_layouts
|
static int |
CODEC_CAP_DELAY
Codec has a nonzero delay and needs to be fed with NULL at the end to get the delayed data. |
static int |
CODEC_CAP_DR1
|
static int |
CODEC_CAP_PARSE_ONLY
|
static int |
CODEC_CAP_TRUNCATED
|
int |
id
|
String |
long_name
Descriptive name for the codec, meant to be more human readable than name. |
int |
max_lowres
|
String |
name
Name of the codec implementation. |
int[] |
pix_fmts
|
int[] |
sample_fmts
|
AVRational[] |
supported_framerates
|
int[] |
supported_samplerates
|
| Constructor Summary | |
|---|---|
H264Decoder()
|
|
| Method Summary | |
|---|---|
int |
close(MpegEncContext s)
|
int |
decode(MpegEncContext s,
AVFrame outdata,
int[] outdata_size,
AVPacket avpkt)
|
void |
flush(MpegEncContext s)
Flush buffers. |
int |
init(MpegEncContext s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CODEC_CAP_DR1
public static final int CODEC_CAP_PARSE_ONLY
public static final int CODEC_CAP_TRUNCATED
public static final int CODEC_CAP_DELAY
public String name
public int id
public int capabilities
public AVRational[] supported_framerates
public int[] pix_fmts
public String long_name
public int[] supported_samplerates
public int[] sample_fmts
public long[] channel_layouts
public int max_lowres
| Constructor Detail |
|---|
public H264Decoder()
| Method Detail |
|---|
public int init(MpegEncContext s)
public int close(MpegEncContext s)
public int decode(MpegEncContext s,
AVFrame outdata,
int[] outdata_size,
AVPacket avpkt)
public void flush(MpegEncContext s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||