FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
LayeredAVStream Struct Reference

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
 
AVCodecParameterscodecpar
 
AVCodecContextcodec
 
AVRational time_base
 
int pts_wrap_bits
 
AVRational sample_aspect_ratio
 
char * recommended_encoder_configuration
 

Detailed Description

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.

Field Documentation

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
AVCodecContext* LayeredAVStream::codec
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().


The documentation for this struct was generated from the following file: