Functions | |
int | lqt_set_fiel (quicktime_t *file, int track, int nfields, int dominance) |
Set the field attributes of a video track. | |
int | lqt_get_fiel (quicktime_t *file, int track, int *nfields, int *dominance) |
Get the field attributes of a video track. | |
int | lqt_set_pasp (quicktime_t *file, int track, quicktime_pasp_t *pasp) |
Set the pixel aspect atom of a video track. | |
int | lqt_get_pasp (quicktime_t *file, int track, quicktime_pasp_t *pasp) |
Get the pixel aspect atom of a video track. | |
int | lqt_set_clap (quicktime_t *file, int track, quicktime_clap_t *clap) |
Set the clean aperture attributes of a video track. | |
int | lqt_get_clap (quicktime_t *file, int track, quicktime_clap_t *clap) |
Get the clean aperture attributes of a video track. | |
int | lqt_set_colr (quicktime_t *file, int track, quicktime_colr_t *colr) |
Set the 'colr' ImageDescription Extension of a video track. | |
int | lqt_get_colr (quicktime_t *file, int track, quicktime_colr_t *colr) |
Get the 'colr' ImageDescription Extension of a video track. |
int lqt_set_fiel | ( | quicktime_t * | file, | |
int | track, | |||
int | nfields, | |||
int | dominance | |||
) |
Set the field attributes of a video track.
file | A quicktime handle | |
track | Track index (starting with 0) | |
nfields | number of fields (1 = progressive, 2 = interlaced) | |
dominance | field order/dominance (9 = top first, 14 = bottom first) |
http://developer.apple.com/quicktime/icefloe/dispatch019.html#fiel
has more detailed information about the 'fiel' atom.
int lqt_get_fiel | ( | quicktime_t * | file, | |
int | track, | |||
int * | nfields, | |||
int * | dominance | |||
) |
Get the field attributes of a video track.
file | A quicktime handle | |
track | Track index (starting with 0) | |
nfields | number of fields | |
dominance | field order/dominance |
http://developer.apple.com/quicktime/icefloe/dispatch019.html#fiel
has more detailed information about the 'fiel' atom.
int lqt_set_pasp | ( | quicktime_t * | file, | |
int | track, | |||
quicktime_pasp_t * | pasp | |||
) |
Set the pixel aspect atom of a video track.
file | A quicktime handle | |
track | Track index (starting with 0) | |
pasp | Pixel aspect atom |
int lqt_get_pasp | ( | quicktime_t * | file, | |
int | track, | |||
quicktime_pasp_t * | pasp | |||
) |
Get the pixel aspect atom of a video track.
file | A quicktime handle | |
track | Track index (starting with 0) | |
pasp | Pixel aspect atom |
int lqt_set_clap | ( | quicktime_t * | file, | |
int | track, | |||
quicktime_clap_t * | clap | |||
) |
Set the clean aperture attributes of a video track.
file | A quicktime handle | |
track | Track index (starting with 0) | |
clap | Clean aperture atom |
http://developer.apple.com/quicktime/icefloe/dispatch019.html#clap
has more detailed information about the 'clap' atom.
int lqt_get_clap | ( | quicktime_t * | file, | |
int | track, | |||
quicktime_clap_t * | clap | |||
) |
Get the clean aperture attributes of a video track.
file | A quicktime handle | |
track | Track index (starting with 0) | |
clap | Clean aperture atom |
http://developer.apple.com/quicktime/icefloe/dispatch019.html#clap
has more detailed information about the 'clap' atom.
int lqt_set_colr | ( | quicktime_t * | file, | |
int | track, | |||
quicktime_colr_t * | colr | |||
) |
Set the 'colr' ImageDescription Extension of a video track.
file | A quicktime handle | |
track | Track index (starting with 0) | |
colr | Colr atom |
http://developer.apple.com/quicktime/icefloe/dispatch019.html#colr
has more detailed information about the 'colr' atom.
int lqt_get_colr | ( | quicktime_t * | file, | |
int | track, | |||
quicktime_colr_t * | colr | |||
) |
Get the 'colr' ImageDescription Extension of a video track.
file | A quicktime handle | |
track | Track index (starting with 0) | |
colr | Colr atom |
http://developer.apple.com/quicktime/icefloe/dispatch019.html#colr
has more detailed information about the 'colr' atom.