X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_frame.h;h=bd586a74b35622ba095d1fac2aad1e4fb9801a38;hb=461a447d3b38516f101a346dcb5e8ad0cb8a6927;hp=6850bd96bba6918e7935051eecb44f5fc0bb6b2b;hpb=e5fd66367b6f976e3bcb0ada98408afcb40cb2ce;p=melted diff --git a/src/framework/mlt_frame.h b/src/framework/mlt_frame.h index 6850bd9..bd586a7 100644 --- a/src/framework/mlt_frame.h +++ b/src/framework/mlt_frame.h @@ -1,8 +1,9 @@ /** * \file mlt_frame.h * \brief interface for all frame classes + * \see mlt_frame_s * - * Copyright (C) 2003-2008 Ushodaya Enterprises Limited + * Copyright (C) 2003-2009 Ushodaya Enterprises Limited * \author Charles Yates * * This library is free software; you can redistribute it and/or @@ -44,8 +45,11 @@ typedef int ( *mlt_get_audio )( mlt_frame self, int16_t **buffer, mlt_audio_form * \properties \em test_image set if the frame holds a "test card" image * \properties \em test_audio set if the frame holds "test card" audio * \properties \em _producer holds a reference to the frame's end producer - * \properties \em _speed + * \properties \em _speed the current speed of the producer that generated the frame + * \properties \em _position the position of the frame * \properties \em meta.* holds metadata + * \properties \em hide set to 1 to hide the video, 2 to mute the audio + * \properties \em last_track a flag to indicate an end-of-tracks frame */ struct mlt_frame_s