Changeset 338 for trunk/libquicktime
- Timestamp:
- 02/17/10 06:57:23 (2 years ago)
- Files:
-
- trunk/libquicktime/lqt/colormodels.d (modified) (1 diff)
- trunk/libquicktime/lqt/lqt.d (modified) (1 diff)
- trunk/libquicktime/lqt/quicktime.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libquicktime/lqt/colormodels.d
r248 r338 1 1 /* Converted to D from colormodels.h by htod */ 2 module colormodels;2 module lqt.colormodels; 3 3 /******************************************************************************* 4 4 colormodels.h trunk/libquicktime/lqt/lqt.d
r248 r338 48 48 //void *lqt_bufalloc(size_t size); 49 49 50 51 //Dtype : lqttype : //C type (guess) 52 public alias long int64_t; //long long 53 public alias ubyte uint8_t; //unsigned char 54 public alias short int16_t; //short 55 public alias ushort uint16_t; //unsigned short 56 public alias int int32_t; //long 57 public alias uint uint32_t; //unsigned long 50 58 51 59 trunk/libquicktime/lqt/quicktime.d
r248 r338 874 874 int quicktime_close(quicktime_t *file); 875 875 876 /* get lengthinformation */876 /* get.size information */ 877 877 /* channel numbers start on 1 for audio and video */ 878 878 879 879 /** \ingroup audio_decode 880 * \brief Get the audio length880 * \brief Get the audio.size 881 881 * \param file A quicktime handle 882 882 * \param track index (starting with 0) … … 889 889 890 890 /** \ingroup video_decode 891 * \brief Get the video length891 * \brief Get the video.size 892 892 * \param file A quicktime handle 893 893 * \param track index (starting with 0)
