]> git.sesse.net Git - mlt/commitdiff
Document the frame audio and image properties.
authorDan Dennedy <dan@dennedy.org>
Sat, 7 May 2011 04:13:54 +0000 (21:13 -0700)
committerDan Dennedy <dan@dennedy.org>
Sat, 7 May 2011 04:13:54 +0000 (21:13 -0700)
src/framework/mlt_frame.h

index 13d0e268a670e33c2143a13577d6247ebbe52d13..01ccb084e369f3fd2bba00b3590d72af1ffcab56 100644 (file)
@@ -59,6 +59,14 @@ typedef int ( *mlt_get_audio )( mlt_frame self, void **buffer, mlt_audio_format
  * (no speed factor applied, only available when \em _need_previous_next is set on the producer)
  * \properties \em colorspace the standard for luma coefficients
  * \properties \em force_full_luma luma range handling, set to -1 for pass-through, 1 for full range, 0 for scaling
+ * \properties \em audio_frequency the sample rate of the audio
+ * \properties \em audio_channels the number of audio channels
+ * \properties \em audio_samples the number of audio samples
+ * \properties \em audio_format the mlt_audio_format for the audio on this frame
+ * \properties \em format the mlt_image_format of the image on this frame
+ * \properties \em width the horizontal resolution of the image
+ * \properties \em height the vertical resolution of the image
+ * \properties \em aspect_ratio the sample aspect ratio of the image
  */
 
 struct mlt_frame_s