Results 1 to 12 of 12

Thread: To make audio and video file player in Qt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2007
    Posts
    326
    Qt products
    Qt4
    Platforms
    MacOS X
    Thanks
    42
    Thanked 1 Time in 1 Post

    Default Re: To make audio and video file player in Qt

    Hi

    No, By the use of WindowId you can embedd any application in your widget. MPlayer provides its WindowId; but I cannot say more about Windows Media Player.
    By the use of WindowId , i had embedded "QuickTime Player", its working , but number of times i play files , the number of times ,"Different QuickTime Player" opens ,

    for every file there is a application

    I want , when i stop the process, the application should also "Quit"., but dont hnow how to do that.

    regards
    merry
    Always Believe in Urself
    Merry

  2. #2
    Join Date
    Aug 2007
    Location
    Gorakhpur, India
    Posts
    254
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    8
    Thanked 14 Times in 14 Posts

    Default Re: To make audio and video file player in Qt

    Quote Originally Posted by merry View Post
    Hi



    By the use of WindowId , i had embedded "QuickTime Player", its working , but number of times i play files , the number of times ,"Different QuickTime Player" opens ,

    for every file there is a application

    I want , when i stop the process, the application should also "Quit"., but dont hnow how to do that.

    regards
    merry
    You should use a signal slot mechanism for stoping the process and replaying for it. It is a tricky game for playing movie. Make some effort for that.
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

Similar Threads

  1. [SOLVED] DirectShow Video Player Inside Qt
    By ToddAtWSU in forum Qt Programming
    Replies: 16
    Last Post: 3rd November 2011, 07:47

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.