FFmpeg
Data Fields
Writer Struct Reference

Data Fields

const AVClasspriv_class
 private class of the writer, if any More...
 
int priv_size
 private size for the writer context More...
 
const char * name
 
int(* init )(WriterContext *wctx)
 
void(* uninit )(WriterContext *wctx)
 
void(* print_section_header )(WriterContext *wctx)
 
void(* print_section_footer )(WriterContext *wctx)
 
void(* print_integer )(WriterContext *wctx, const char *, long long int)
 
void(* print_rational )(WriterContext *wctx, AVRational *q, char *sep)
 
void(* print_string )(WriterContext *wctx, const char *, const char *)
 
int flags
 a combination or WRITER_FLAG_* More...
 

Detailed Description

Definition at line 449 of file ffprobe.c.

Field Documentation

◆ priv_class

const AVClass* Writer::priv_class

private class of the writer, if any

Definition at line 450 of file ffprobe.c.

Referenced by writer_open().

◆ priv_size

int Writer::priv_size

private size for the writer context

Definition at line 451 of file ffprobe.c.

Referenced by writer_open().

◆ name

const char* Writer::name

Definition at line 452 of file ffprobe.c.

Referenced by convert_from_tensorflow.Operand::__str__(), and writer_get_name().

◆ init

int(* Writer::init) (WriterContext *wctx)

Definition at line 454 of file ffprobe.c.

◆ uninit

void(* Writer::uninit) (WriterContext *wctx)

Definition at line 455 of file ffprobe.c.

◆ print_section_header

void(* Writer::print_section_header) (WriterContext *wctx)

Definition at line 457 of file ffprobe.c.

Referenced by writer_print_section_header().

◆ print_section_footer

void(* Writer::print_section_footer) (WriterContext *wctx)

Definition at line 458 of file ffprobe.c.

Referenced by writer_print_section_footer().

◆ print_integer

void(* Writer::print_integer) (WriterContext *wctx, const char *, long long int)

Definition at line 459 of file ffprobe.c.

Referenced by writer_print_integer().

◆ print_rational

void(* Writer::print_rational) (WriterContext *wctx, AVRational *q, char *sep)

Definition at line 460 of file ffprobe.c.

◆ print_string

void(* Writer::print_string) (WriterContext *wctx, const char *, const char *)

Definition at line 461 of file ffprobe.c.

Referenced by writer_print_string().

◆ flags

int Writer::flags

a combination or WRITER_FLAG_*

Definition at line 462 of file ffprobe.c.

Referenced by probe_file(), and writer_print_string().


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