Package | Description |
---|---|
org.bytedeco.ffmpeg.avformat | |
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
AVProgram |
AVProgram.discard(int setter) |
AVProgram |
AVProgram.end_time(long setter) |
AVProgram |
AVProgram.flags(int setter) |
AVProgram |
AVProgram.id(int setter) |
AVProgram |
AVProgram.metadata(AVDictionary setter) |
AVProgram |
AVProgram.nb_stream_indexes(int setter) |
AVProgram |
AVProgram.pcr_pid(int setter) |
AVProgram |
AVProgram.pmt_pid(int setter) |
AVProgram |
AVProgram.pmt_version(int setter) |
AVProgram |
AVProgram.position(long position) |
AVProgram |
AVProgram.program_num(int setter) |
AVProgram |
AVFormatContext.programs(int i) |
AVProgram |
AVProgram.pts_wrap_behavior(int setter) |
AVProgram |
AVProgram.pts_wrap_reference(long setter) |
AVProgram |
AVProgram.start_time(long setter) |
AVProgram |
AVProgram.stream_index(IntPointer setter) |
Modifier and Type | Method and Description |
---|---|
AVFormatContext |
AVFormatContext.programs(int i,
AVProgram setter) |
Modifier and Type | Method and Description |
---|---|
static AVProgram |
avformat.av_find_program_from_stream(AVFormatContext ic,
AVProgram last,
int s)
Find the programs which belong to a given stream.
|
static AVProgram |
avformat.av_new_program(AVFormatContext s,
int id) |
Modifier and Type | Method and Description |
---|---|
static AVProgram |
avformat.av_find_program_from_stream(AVFormatContext ic,
AVProgram last,
int s)
Find the programs which belong to a given stream.
|
Copyright © 2020. All rights reserved.