OutputStream Struct Reference

#include <avconv.h>

Data Fields

int file_index
 
int index
 
int source_index
 
AVStreamst
 
int encoding_needed
 
int frame_number
 
struct InputStreamsync_ist
 
int64_t sync_opts
 
int64_t first_pts
 
int64_t last_mux_dts
 
AVBitStreamFilterContextbitstream_filters
 
AVCodecenc
 
int64_t max_frames
 
AVFramefiltered_frame
 
AVRational frame_rate
 
int force_fps
 
int top_field_first
 
float frame_aspect_ratio
 
int64_t * forced_kf_pts
 
int forced_kf_count
 
int forced_kf_index
 
char * forced_keyframes
 
char * logfile_prefix
 
FILE * logfile
 
OutputFilterfilter
 
char * avfilter
 
int64_t sws_flags
 
AVDictionaryopts
 
int finished
 
int stream_copy
 
const char * attachment_filename
 
int copy_initial_nonkeyframes
 
enum AVPixelFormat pix_fmts [2]
 
AVFormatContextctx
 
int ctx_inited
 
char dirname [1024]
 
uint8_t iobuf [32768]
 
URLContextout
 
URLContextout2
 
URLContexttail_out
 
int64_t tail_pos
 
int64_t cur_pos
 
int64_t cur_start_pos
 
int packets_written
 
const char * stream_type_tag
 
int nb_fragments
 
int fragments_size
 
int fragment_index
 
Fragment ** fragments
 
const char * fourcc
 
char * private_str
 
int packet_size
 
int audio_tag
 

Detailed Description

Definition at line 255 of file avconv.h.

Field Documentation

const char* OutputStream::attachment_filename

Definition at line 300 of file avconv.h.

Referenced by open_output_file(), and transcode_init().

int OutputStream::audio_tag

Definition at line 65 of file smoothstreamingenc.c.

Referenced by ism_write_header(), and write_manifest().

char* OutputStream::avfilter

Definition at line 294 of file avconv.h.

Referenced by configure_filtergraph(), new_audio_stream(), and new_video_stream().

AVBitStreamFilterContext* OutputStream::bitstream_filters

Definition at line 272 of file avconv.h.

Referenced by exit_program(), new_output_stream(), and write_frame().

int OutputStream::copy_initial_nonkeyframes

Definition at line 301 of file avconv.h.

Referenced by do_streamcopy(), and new_video_stream().

int OutputStream::ctx_inited

Definition at line 50 of file smoothstreamingenc.c.

Referenced by ism_free(), and ism_write_header().

int64_t OutputStream::cur_pos

Definition at line 56 of file smoothstreamingenc.c.

Referenced by ism_seek(), and ism_write().

int64_t OutputStream::cur_start_pos

Definition at line 56 of file smoothstreamingenc.c.

Referenced by ism_flush(), and ism_seek().

char OutputStream::dirname[1024]

Definition at line 51 of file smoothstreamingenc.c.

Referenced by ism_flush(), and ism_write_header().

AVCodec* OutputStream::enc
int OutputStream::encoding_needed
OutputFilter* OutputStream::filter

Definition at line 293 of file avconv.h.

Referenced by get_input_stream(), init_output_filter(), poll_filter(), and transcode_init().

AVFrame* OutputStream::filtered_frame

Definition at line 275 of file avconv.h.

Referenced by poll_filter().

int OutputStream::finished

Definition at line 298 of file avconv.h.

Referenced by check_recording_time(), do_streamcopy(), finish_output_stream(), and need_output().

int64_t OutputStream::first_pts

Definition at line 269 of file avconv.h.

Referenced by check_recording_time(), and do_video_out().

int OutputStream::force_fps

Definition at line 279 of file avconv.h.

Referenced by new_video_stream(), and transcode_init().

char* OutputStream::forced_keyframes

Definition at line 288 of file avconv.h.

Referenced by new_video_stream(), and transcode_init().

int OutputStream::forced_kf_count

Definition at line 286 of file avconv.h.

Referenced by do_video_out(), and parse_forced_key_frames().

int OutputStream::forced_kf_index

Definition at line 287 of file avconv.h.

Referenced by do_video_out().

int64_t* OutputStream::forced_kf_pts

Definition at line 285 of file avconv.h.

Referenced by do_video_out(), parse_forced_key_frames(), and transcode().

const char* OutputStream::fourcc

Definition at line 62 of file smoothstreamingenc.c.

Referenced by ism_write_header(), and write_manifest().

int OutputStream::fragment_index

Definition at line 59 of file smoothstreamingenc.c.

Referenced by add_fragment().

Fragment** OutputStream::fragments
int OutputStream::fragments_size

Definition at line 59 of file smoothstreamingenc.c.

Referenced by add_fragment().

float OutputStream::frame_aspect_ratio

Definition at line 282 of file avconv.h.

Referenced by new_video_stream(), poll_filter(), and transcode_init().

int OutputStream::frame_number
AVRational OutputStream::frame_rate

Definition at line 278 of file avconv.h.

Referenced by configure_output_video_filter(), new_video_stream(), and transcode_init().

uint8_t OutputStream::iobuf[32768]

Definition at line 52 of file smoothstreamingenc.c.

Referenced by ism_write_header().

int64_t OutputStream::last_mux_dts

Definition at line 271 of file avconv.h.

Referenced by new_output_stream(), and write_frame().

FILE* OutputStream::logfile

Definition at line 291 of file avconv.h.

Referenced by do_video_out(), flush_encoders(), transcode(), and transcode_init().

char* OutputStream::logfile_prefix

Definition at line 290 of file avconv.h.

Referenced by new_video_stream(), and transcode_init().

int64_t OutputStream::max_frames

Definition at line 274 of file avconv.h.

Referenced by do_video_out(), need_output(), new_output_stream(), and write_frame().

int OutputStream::nb_fragments
AVDictionary* OutputStream::opts

Definition at line 297 of file avconv.h.

Referenced by new_output_stream(), transcode(), and transcode_init().

URLContext* OutputStream::out

Definition at line 53 of file smoothstreamingenc.c.

Referenced by ism_flush(), ism_free(), ism_seek(), and ism_write().

URLContext* OutputStream::out2

Definition at line 54 of file smoothstreamingenc.c.

Referenced by ism_free(), ism_seek(), and ism_write().

int OutputStream::packet_size

Definition at line 64 of file smoothstreamingenc.c.

Referenced by ism_write_header(), and write_manifest().

int OutputStream::packets_written

Definition at line 57 of file smoothstreamingenc.c.

Referenced by ism_flush(), and ism_write_packet().

enum AVPixelFormat OutputStream::pix_fmts[2]

Definition at line 303 of file avconv.h.

Referenced by new_output_stream().

char* OutputStream::private_str

Definition at line 63 of file smoothstreamingenc.c.

Referenced by get_private_data(), ism_free(), and write_manifest().

const char* OutputStream::stream_type_tag

Definition at line 58 of file smoothstreamingenc.c.

Referenced by ism_flush(), and ism_write_header().

int64_t OutputStream::sws_flags
struct InputStream* OutputStream::sync_ist

Definition at line 265 of file avconv.h.

Referenced by open_output_file(), and transcode_init().

int64_t OutputStream::sync_opts
URLContext* OutputStream::tail_out

Definition at line 55 of file smoothstreamingenc.c.

Referenced by ism_flush(), ism_free(), and ism_seek().

int64_t OutputStream::tail_pos

Definition at line 56 of file smoothstreamingenc.c.

Referenced by ism_flush(), and ism_write().

int OutputStream::top_field_first

Definition at line 280 of file avconv.h.

Referenced by do_video_out(), and new_video_stream().


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