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

#include <ffmpeg.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
 
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
 
AVExprforced_keyframes_pexpr
 
double forced_keyframes_expr_const_values [FKF_NB]
 
int audio_channels_map [SWR_CH_MAX]
 
int audio_channels_mapped
 
char * logfile_prefix
 
FILE * logfile
 
OutputFilterfilter
 
char * avfilter
 
int64_t sws_flags
 
AVDictionaryopts
 
AVDictionaryswr_opts
 
AVDictionaryresample_opts
 
int finished
 
int unavailable
 
int stream_copy
 
const char * attachment_filename
 
int copy_initial_nonkeyframes
 
int copy_prior_start
 
int keep_pix_fmt
 
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 306 of file ffmpeg.h.

Field Documentation

int OutputStream::file_index
int OutputStream::index
int OutputStream::source_index
AVStream* OutputStream::st
int OutputStream::encoding_needed
int OutputStream::frame_number

Definition at line 312 of file ffmpeg.h.

Referenced by do_streamcopy(), do_video_out(), need_output(), print_report(), and write_frame().

struct InputStream* OutputStream::sync_ist

Definition at line 315 of file ffmpeg.h.

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

int64_t OutputStream::sync_opts
int64_t OutputStream::first_pts

Definition at line 319 of file ffmpeg.h.

Referenced by check_recording_time(), and close_output_stream().

AVBitStreamFilterContext* OutputStream::bitstream_filters

Definition at line 320 of file ffmpeg.h.

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

AVCodec* OutputStream::enc
int64_t OutputStream::max_frames

Definition at line 322 of file ffmpeg.h.

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

AVFrame* OutputStream::filtered_frame

Definition at line 323 of file ffmpeg.h.

Referenced by reap_filters().

AVRational OutputStream::frame_rate
int OutputStream::force_fps

Definition at line 327 of file ffmpeg.h.

Referenced by new_video_stream(), and transcode_init().

int OutputStream::top_field_first

Definition at line 328 of file ffmpeg.h.

Referenced by do_video_out(), and new_video_stream().

float OutputStream::frame_aspect_ratio

Definition at line 330 of file ffmpeg.h.

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

int64_t* OutputStream::forced_kf_pts

Definition at line 333 of file ffmpeg.h.

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

int OutputStream::forced_kf_count

Definition at line 334 of file ffmpeg.h.

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

int OutputStream::forced_kf_index

Definition at line 335 of file ffmpeg.h.

Referenced by do_video_out().

char* OutputStream::forced_keyframes

Definition at line 336 of file ffmpeg.h.

Referenced by new_video_stream(), and transcode_init().

AVExpr* OutputStream::forced_keyframes_pexpr

Definition at line 337 of file ffmpeg.h.

Referenced by do_video_out(), and transcode_init().

double OutputStream::forced_keyframes_expr_const_values[FKF_NB]

Definition at line 338 of file ffmpeg.h.

Referenced by do_video_out(), and transcode_init().

int OutputStream::audio_channels_map[SWR_CH_MAX]

Definition at line 341 of file ffmpeg.h.

Referenced by configure_output_audio_filter(), and new_audio_stream().

int OutputStream::audio_channels_mapped

Definition at line 342 of file ffmpeg.h.

Referenced by configure_output_audio_filter(), and new_audio_stream().

char* OutputStream::logfile_prefix

Definition at line 344 of file ffmpeg.h.

Referenced by new_video_stream(), and transcode_init().

FILE* OutputStream::logfile

Definition at line 345 of file ffmpeg.h.

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

OutputFilter* OutputStream::filter
char* OutputStream::avfilter
int64_t OutputStream::sws_flags
AVDictionary* OutputStream::opts

Definition at line 351 of file ffmpeg.h.

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

AVDictionary* OutputStream::swr_opts

Definition at line 352 of file ffmpeg.h.

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

AVDictionary* OutputStream::resample_opts

Definition at line 353 of file ffmpeg.h.

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

int OutputStream::finished
int OutputStream::unavailable

Definition at line 355 of file ffmpeg.h.

Referenced by choose_output(), transcode_from_filter(), and transcode_step().

int OutputStream::stream_copy
const char* OutputStream::attachment_filename

Definition at line 357 of file ffmpeg.h.

Referenced by open_output_file(), and transcode_init().

int OutputStream::copy_initial_nonkeyframes

Definition at line 358 of file ffmpeg.h.

Referenced by do_streamcopy(), new_subtitle_stream(), and new_video_stream().

int OutputStream::copy_prior_start

Definition at line 359 of file ffmpeg.h.

Referenced by do_streamcopy(), and new_output_stream().

int OutputStream::keep_pix_fmt

Definition at line 361 of file ffmpeg.h.

Referenced by choose_pix_fmts(), and new_video_stream().

AVFormatContext* OutputStream::ctx
int OutputStream::ctx_inited

Definition at line 50 of file smoothstreamingenc.c.

Referenced by ism_free(), and ism_write_header().

char OutputStream::dirname[1024]

Definition at line 51 of file smoothstreamingenc.c.

Referenced by ism_flush(), and ism_write_header().

uint8_t OutputStream::iobuf[32768]

Definition at line 52 of file smoothstreamingenc.c.

Referenced by ism_write_header().

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().

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().

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().

int OutputStream::packets_written

Definition at line 57 of file smoothstreamingenc.c.

Referenced by ism_flush(), and ism_write_packet().

const char* OutputStream::stream_type_tag

Definition at line 58 of file smoothstreamingenc.c.

Referenced by ism_flush(), and ism_write_header().

int OutputStream::nb_fragments
int OutputStream::fragments_size

Definition at line 59 of file smoothstreamingenc.c.

Referenced by add_fragment().

int OutputStream::fragment_index

Definition at line 59 of file smoothstreamingenc.c.

Referenced by add_fragment().

Fragment** OutputStream::fragments
const char* OutputStream::fourcc

Definition at line 62 of file smoothstreamingenc.c.

Referenced by ism_write_header(), and write_manifest().

char* OutputStream::private_str

Definition at line 63 of file smoothstreamingenc.c.

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

int OutputStream::packet_size

Definition at line 64 of file smoothstreamingenc.c.

Referenced by ism_write_header(), and write_manifest().

int OutputStream::audio_tag

Definition at line 65 of file smoothstreamingenc.c.

Referenced by ism_write_header(), and write_manifest().


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