X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_frame.h;h=bd586a74b35622ba095d1fac2aad1e4fb9801a38;hb=f0707adc52da810d70494eec6b54d9b168c904c0;hp=83300b97da05a4ea34d898f4c4c472075cd8c499;hpb=43b8637d43111412e4de944a4eeb3668ab838f9b;p=melted diff --git a/src/framework/mlt_frame.h b/src/framework/mlt_frame.h index 83300b9..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,7 +45,8 @@ 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