Hi,
I've looked at Gstreamer API and example code, I thought there might have APIs to pause audio, get / set audio position so an application can control the audio forwards / backwards, but I could not find the APIs I am looking for. Which audio APIs can be used for above control? Is there any examples for calling APIs to control audio forward / backward? Thank you. Kind regards, jupiter ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Jupiter,
Play/pause is controlled by setting the pipeline state. Seeks are performed using messages. I would suggest that you take a look at the application developer guide on the gstreamer website. It contains all the information you're looking for. Somebody please correct me if I'm wrong. Hope this helps. Tim Sent from my iPhone On Dec 6, 2010, at 7:31 PM, hce <[hidden email]> wrote: > Hi, > > I've looked at Gstreamer API and example code, I thought there might > have APIs to pause audio, get / set audio position so an application > can control the audio forwards / backwards, but I could not find the > APIs I am looking for. Which audio APIs can be used for above control? > Is there any examples for calling APIs to control audio forward / > backward? > > Thank you. > > Kind regards, > > jupiter > > ------------------------------------------------------------------------------ > What happens now with your Lotus Notes apps - do you make another costly > upgrade, or settle for being marooned without product support? Time to move > off Lotus Notes and onto the cloud with Force.com, apps are easier to build, > use, and manage than apps on traditional platforms. Sign up for the Lotus > Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
*seeks are perfomed using events (not messages)
On Tue, Dec 7, 2010 at 6:32 AM, Timothy Braun <[hidden email]> wrote: > Jupiter, > Play/pause is controlled by setting the pipeline state. Seeks are performed using messages. I would suggest that you take a look at the application developer guide on the gstreamer website. It contains all the information you're looking for. > > Somebody please correct me if I'm wrong. > > Hope this helps. > > Tim > > Sent from my iPhone > > On Dec 6, 2010, at 7:31 PM, hce <[hidden email]> wrote: > >> Hi, >> >> I've looked at Gstreamer API and example code, I thought there might >> have APIs to pause audio, get / set audio position so an application >> can control the audio forwards / backwards, but I could not find the >> APIs I am looking for. Which audio APIs can be used for above control? >> Is there any examples for calling APIs to control audio forward / >> backward? >> >> Thank you. >> >> Kind regards, >> >> jupiter >> >> ------------------------------------------------------------------------------ >> What happens now with your Lotus Notes apps - do you make another costly >> upgrade, or settle for being marooned without product support? Time to move >> off Lotus Notes and onto the cloud with Force.com, apps are easier to build, >> use, and manage than apps on traditional platforms. Sign up for the Lotus >> Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > > ------------------------------------------------------------------------------ > What happens now with your Lotus Notes apps - do you make another costly > upgrade, or settle for being marooned without product support? Time to move > off Lotus Notes and onto the cloud with Force.com, apps are easier to build, > use, and manage than apps on traditional platforms. Sign up for the Lotus > Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gstreamer-devel > ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
these links may be helpful for you;
On Tue, Dec 7, 2010 at 9:20 AM, ved kpl <[hidden email]> wrote: *seeks are perfomed using events (not messages) -- Regards, Sudarshan Bisht ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |