net.sf.ffmpeg_java.AVFormatLibrary.AVStream Class Reference

Collaboration diagram for net.sf.ffmpeg_java.AVFormatLibrary.AVStream:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AVStream ()
 AVStream (Pointer p)
 AVStream (AVStream s)

Public Attributes

int index
int id
Pointer codec
AVRational r_frame_rate
Pointer priv_data
long first_dts
AVFrac pts
AVRational time_base
int pts_wrap_bits
int stream_copy
int discard
float quality
long start_time
long duration
byte[] language = new byte[4]
int need_parsing
Pointer parser
long cur_dts
int last_IP_duration
long last_IP_pts
Pointer index_entries
int nb_index_entries
int index_entries_allocated_size
long nb_frames
long[] pts_buffer = new long[MAX_REORDER_DELAY+1]

Static Public Attributes

static final int MAX_REORDER_DELAY = 4

Detailed Description

decoding: duration of the stream, in stream time base.

Definition at line 407 of file AVFormatLibrary.java.


Constructor & Destructor Documentation

net.sf.ffmpeg_java.AVFormatLibrary.AVStream.AVStream (  ) 

Definition at line 439 of file AVFormatLibrary.java.

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

Definition at line 444 of file AVFormatLibrary.java.

net.sf.ffmpeg_java.AVFormatLibrary.AVStream.AVStream ( AVStream  s  ) 

Definition at line 449 of file AVFormatLibrary.java.


Member Data Documentation

int net.sf.ffmpeg_java.AVFormatLibrary.AVStream.index

Definition at line 409 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVStream.id

Definition at line 410 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVStream.codec

Definition at line 411 of file AVFormatLibrary.java.

AVRational net.sf.ffmpeg_java.AVFormatLibrary.AVStream.r_frame_rate

Definition at line 412 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVStream.priv_data

Definition at line 413 of file AVFormatLibrary.java.

long net.sf.ffmpeg_java.AVFormatLibrary.AVStream.first_dts

Definition at line 414 of file AVFormatLibrary.java.

AVFrac net.sf.ffmpeg_java.AVFormatLibrary.AVStream.pts

Definition at line 418 of file AVFormatLibrary.java.

AVRational net.sf.ffmpeg_java.AVFormatLibrary.AVStream.time_base

Definition at line 419 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVStream.pts_wrap_bits

Definition at line 420 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVStream.stream_copy

Definition at line 421 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVStream.discard

Definition at line 422 of file AVFormatLibrary.java.

float net.sf.ffmpeg_java.AVFormatLibrary.AVStream.quality

Definition at line 423 of file AVFormatLibrary.java.

long net.sf.ffmpeg_java.AVFormatLibrary.AVStream.start_time

Definition at line 424 of file AVFormatLibrary.java.

long net.sf.ffmpeg_java.AVFormatLibrary.AVStream.duration

Definition at line 425 of file AVFormatLibrary.java.

byte [] net.sf.ffmpeg_java.AVFormatLibrary.AVStream.language = new byte[4]

Definition at line 426 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVStream.need_parsing

Definition at line 427 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVStream.parser

Definition at line 428 of file AVFormatLibrary.java.

long net.sf.ffmpeg_java.AVFormatLibrary.AVStream.cur_dts

Definition at line 429 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVStream.last_IP_duration

Definition at line 430 of file AVFormatLibrary.java.

long net.sf.ffmpeg_java.AVFormatLibrary.AVStream.last_IP_pts

Definition at line 431 of file AVFormatLibrary.java.

Pointer net.sf.ffmpeg_java.AVFormatLibrary.AVStream.index_entries

Definition at line 432 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVStream.nb_index_entries

Definition at line 433 of file AVFormatLibrary.java.

int net.sf.ffmpeg_java.AVFormatLibrary.AVStream.index_entries_allocated_size

Definition at line 434 of file AVFormatLibrary.java.

long net.sf.ffmpeg_java.AVFormatLibrary.AVStream.nb_frames

Definition at line 435 of file AVFormatLibrary.java.

final int net.sf.ffmpeg_java.AVFormatLibrary.AVStream.MAX_REORDER_DELAY = 4 [static]

Definition at line 436 of file AVFormatLibrary.java.

long [] net.sf.ffmpeg_java.AVFormatLibrary.AVStream.pts_buffer = new long[MAX_REORDER_DELAY+1]

Definition at line 437 of file AVFormatLibrary.java.


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