FFmpeg
|
This holds the stream parameters for an AVStream, it cannot be a AVStream because AVStreams cannot be instanciated without a AVFormatContext, especially not outside libavformat. More...
#include <ffserver_config.h>
Data Fields | |
int | index |
int | id |
AVCodecParameters * | codecpar |
AVCodecContext * | codec |
AVRational | time_base |
int | pts_wrap_bits |
AVRational | sample_aspect_ratio |
char * | recommended_encoder_configuration |
This holds the stream parameters for an AVStream, it cannot be a AVStream because AVStreams cannot be instanciated without a AVFormatContext, especially not outside libavformat.
The fields of this struct have the same semantics as the fields of an AVStream.
Definition at line 59 of file ffserver_config.h.
int LayeredAVStream::index |
Definition at line 60 of file ffserver_config.h.
Referenced by add_av_stream1(), and build_feed_streams().
int LayeredAVStream::id |
Definition at line 61 of file ffserver_config.h.
Referenced by build_feed_streams().
AVCodecParameters* LayeredAVStream::codecpar |
Definition at line 62 of file ffserver_config.h.
Referenced by add_av_stream1(), add_codec(), check_codec_match(), compute_status(), find_stream_in_feed(), http_receive_data(), modify_current_stream(), prepare_sdp_description(), and print_stream_params().
AVCodecContext* LayeredAVStream::codec |
Definition at line 63 of file ffserver_config.h.
Referenced by add_av_stream(), add_av_stream1(), add_codec(), compute_bandwidth(), http_prepare_data(), http_receive_data(), open_input_stream(), prepare_sdp_description(), and print_stream_params().
AVRational LayeredAVStream::time_base |
Definition at line 64 of file ffserver_config.h.
Referenced by add_av_stream1(), check_codec_match(), and print_stream_params().
int LayeredAVStream::pts_wrap_bits |
Definition at line 65 of file ffserver_config.h.
Referenced by add_av_stream1().
AVRational LayeredAVStream::sample_aspect_ratio |
Definition at line 66 of file ffserver_config.h.
Referenced by add_av_stream1().
char* LayeredAVStream::recommended_encoder_configuration |
Definition at line 67 of file ffserver_config.h.
Referenced by add_av_stream(), and add_codec().