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

Data Fields

const AVClassclass
 
int64_t duration
 
int64_t start_time
 
int64_t end_time
 
int64_t start_frame
 
int64_t end_frame
 
int64_t start_pts
 
int64_t end_pts
 
int64_t start_sample
 
int64_t end_sample
 
int64_t nb_frames
 
int64_t nb_samples
 
int64_t first_pts
 
int64_t duration_tb
 
int64_t next_pts
 
int eof
 

Detailed Description

Definition at line 35 of file trim.c.

Field Documentation

const AVClass* TrimContext::class

Definition at line 36 of file trim.c.

int64_t TrimContext::duration

Definition at line 41 of file trim.c.

Referenced by config_input().

int64_t TrimContext::start_time

Definition at line 42 of file trim.c.

Referenced by config_input().

int64_t TrimContext::end_time

Definition at line 42 of file trim.c.

Referenced by config_input().

int64_t TrimContext::start_frame

Definition at line 43 of file trim.c.

int64_t TrimContext::end_frame

Definition at line 43 of file trim.c.

int64_t TrimContext::start_pts

Definition at line 48 of file trim.c.

Referenced by config_input().

int64_t TrimContext::end_pts

Definition at line 48 of file trim.c.

Referenced by config_input().

int64_t TrimContext::start_sample

Definition at line 49 of file trim.c.

int64_t TrimContext::end_sample

Definition at line 49 of file trim.c.

int64_t TrimContext::nb_frames

Definition at line 54 of file trim.c.

int64_t TrimContext::nb_samples

Definition at line 58 of file trim.c.

int64_t TrimContext::first_pts

Definition at line 62 of file trim.c.

Referenced by init().

int64_t TrimContext::duration_tb

Definition at line 66 of file trim.c.

Referenced by config_input().

int64_t TrimContext::next_pts

Definition at line 68 of file trim.c.

int TrimContext::eof

Definition at line 70 of file trim.c.


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