net.sf.ffmpeg_java.AVCodecLibrary.AVCodec Class Reference

List of all members.

Public Member Functions

 AVCodec ()
 array of supported pixel formats, or NULL if unknown, array is terminanted by -1
 AVCodec (Pointer p)

Public Attributes

String name
int type
int id
int priv_data_size
Pointer init
Pointer encode
Pointer close
Pointer decode
int capabilities
Pointer next
Pointer flush
Pointer supported_framerates
Pointer pix_fmts
 array of supported framerates, or NULL if any, array is terminated by {0,0}

Detailed Description

Name of the codec implementation. The name is globally unique among encoders and among decoders (but an encoder and a decoder can share the same name). This is the primary way to find a codec from the user perspective.

Definition at line 2640 of file AVCodecLibrary.java.


Constructor & Destructor Documentation

net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.AVCodec (  ) 

array of supported pixel formats, or NULL if unknown, array is terminanted by -1

Definition at line 2656 of file AVCodecLibrary.java.

net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.AVCodec ( Pointer  p  ) 

Definition at line 2661 of file AVCodecLibrary.java.


Member Data Documentation

String net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.name

Definition at line 2642 of file AVCodecLibrary.java.

int net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.type

Definition at line 2643 of file AVCodecLibrary.java.

int net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.id

Definition at line 2644 of file AVCodecLibrary.java.

int net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.priv_data_size

Definition at line 2645 of file AVCodecLibrary.java.

Pointer net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.init

Definition at line 2646 of file AVCodecLibrary.java.

Pointer net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.encode

Definition at line 2647 of file AVCodecLibrary.java.

Pointer net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.close

Definition at line 2648 of file AVCodecLibrary.java.

Pointer net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.decode

Definition at line 2649 of file AVCodecLibrary.java.

int net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.capabilities

Definition at line 2650 of file AVCodecLibrary.java.

Pointer net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.next

Definition at line 2651 of file AVCodecLibrary.java.

Pointer net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.flush

Definition at line 2652 of file AVCodecLibrary.java.

Pointer net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.supported_framerates

Definition at line 2653 of file AVCodecLibrary.java.

Pointer net.sf.ffmpeg_java.AVCodecLibrary.AVCodec.pix_fmts

array of supported framerates, or NULL if any, array is terminated by {0,0}

Definition at line 2654 of file AVCodecLibrary.java.


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