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. |
|
Set the field attributes of a video track.
http://developer.apple.com/quicktime/icefloe/dispatch019.html#fiel has more detailed information about the 'fiel' atom. |
|
Get the field attributes of a video track.
http://developer.apple.com/quicktime/icefloe/dispatch019.html#fiel has more detailed information about the 'fiel' atom. |
|
Set the pixel aspect atom of a video track.
|
|
Get the pixel aspect atom of a video track.
|
|
Set the clean aperture attributes of a video track.
http://developer.apple.com/quicktime/icefloe/dispatch019.html#clap has more detailed information about the 'clap' atom. |
|
Get the clean aperture attributes of a video track.
http://developer.apple.com/quicktime/icefloe/dispatch019.html#clap has more detailed information about the 'clap' atom. |
|
Set the 'colr' ImageDescription Extension of a video track.
http://developer.apple.com/quicktime/icefloe/dispatch019.html#colr has more detailed information about the 'colr' atom. |
|
Get the 'colr' ImageDescription Extension of a video track.
http://developer.apple.com/quicktime/icefloe/dispatch019.html#colr has more detailed information about the 'colr' atom. |