| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avformat.AVPacketList |
avformat.AVStream.last_in_packet_buffer()
last packet in packet_buffer for this stream when muxing.
|
avformat.AVPacketList |
avformat.AVPacketList.next() |
avformat.AVPacketList |
avformat.AVPacketList.next(avformat.AVPacketList next) |
avformat.AVPacketList |
avformat.AVFormatContext.packet_buffer_end() |
avformat.AVPacketList |
avformat.AVFormatContext.packet_buffer()
This buffer is only needed when packets were already buffered but
not decoded, for example to get the codec parameters in MPEG
streams.
|
avformat.AVPacketList |
avformat.AVFormatContext.parse_queue_end() |
avformat.AVPacketList |
avformat.AVFormatContext.parse_queue()
Packets split by the parser get queued here.
|
avformat.AVPacketList |
avformat.AVPacketList.pkt(avcodec.AVPacket pkt) |
avformat.AVPacketList |
avformat.AVPacketList.position(int position) |
avformat.AVPacketList |
avformat.AVFormatContext.raw_packet_buffer_end() |
avformat.AVPacketList |
avformat.AVFormatContext.raw_packet_buffer()
Raw packets from the demuxer, prior to parsing and decoding.
|
| Modifier and Type | Method and Description |
|---|---|
avformat.AVStream |
avformat.AVStream.last_in_packet_buffer(avformat.AVPacketList last_in_packet_buffer) |
avformat.AVPacketList |
avformat.AVPacketList.next(avformat.AVPacketList next) |
avformat.AVFormatContext |
avformat.AVFormatContext.packet_buffer_end(avformat.AVPacketList packet_buffer_end) |
avformat.AVFormatContext |
avformat.AVFormatContext.packet_buffer(avformat.AVPacketList packet_buffer) |
avformat.AVFormatContext |
avformat.AVFormatContext.parse_queue_end(avformat.AVPacketList parse_queue_end) |
avformat.AVFormatContext |
avformat.AVFormatContext.parse_queue(avformat.AVPacketList parse_queue) |
avformat.AVFormatContext |
avformat.AVFormatContext.raw_packet_buffer_end(avformat.AVPacketList raw_packet_buffer_end) |
avformat.AVFormatContext |
avformat.AVFormatContext.raw_packet_buffer(avformat.AVPacketList raw_packet_buffer) |
Copyright © 2014. All Rights Reserved.