net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat Class Reference

List of all members.

Public Member Functions

 AVOutputFormat ()
 AVOutputFormat (Pointer p)

Public Attributes

String name
String long_name
String mime_type
String extensions
int priv_data_size
int audio_codec
int video_codec
Pointer write_header
Pointer write_packet
Pointer write_trailer
int flags
Pointer set_parameters
Pointer interleave_packet
Pointer codec_tag
int subtitle_codec
Pointer next

Detailed Description

list of supported codec_id-codec_tag pairs, ordered by "better choice first" the arrays are all CODEC_ID_NONE terminated

Definition at line 195 of file AVFormatLibrary.java.


Constructor & Destructor Documentation

net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.AVOutputFormat (  ) 

Definition at line 214 of file AVFormatLibrary.java.

net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.AVOutputFormat ( Pointer  p  ) 

Definition at line 218 of file AVFormatLibrary.java.


Member Data Documentation

String net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.name

Definition at line 197 of file AVFormatLibrary.java.

String net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.long_name

Definition at line 198 of file AVFormatLibrary.java.

String net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.mime_type

Definition at line 199 of file AVFormatLibrary.java.

String net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.extensions

comma separated filename extensions

Definition at line 200 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.priv_data_size

Definition at line 201 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.audio_codec

default audio codec

Definition at line 202 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.video_codec

default video codec

Definition at line 203 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.write_header

Definition at line 204 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.write_packet

Definition at line 205 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.write_trailer

Definition at line 206 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.flags

Definition at line 207 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.set_parameters

Definition at line 208 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.interleave_packet

Definition at line 209 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.codec_tag

Definition at line 210 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.subtitle_codec

default subtitle codec

Definition at line 211 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVOutputFormat.next

Definition at line 212 of file AVFormatLibrary.java.


The documentation for this class was generated from the following file:
Generated on Tue Apr 7 17:57:27 2009 for visclient by  doxygen 1.5.1