Results 1 to 2 of 2

Thread: DVD write & read

  1. #1
    Join Date
    Jan 2013
    Posts
    10
    Qt products
    Qt4
    Platforms
    Unix/X11

    Question DVD write & read

    I want to write xml file to DVD or CD.

    i am using Linux platform, Qtcreator IDE.

    I need API for read and write Functionality for DVD or CD.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: DVD write & read

    Data from mounted CD/DVD media is read just like any other file.
    Qt has no features related to writing optical media.

    Low level CDDA or raw access to read the media and CD/DVD writing is done using direct access to SCSI generic devices on Linux. Look at the implementation in CdrDAO, CDRecord, or cdrkit in conjunction with mkisofs/growisofs.

Similar Threads

  1. how to read and write pdf
    By weixj2003ld in forum Qt Programming
    Replies: 3
    Last Post: 7th May 2012, 15:11
  2. QUdpSocket with read() and write()
    By Naar Shilka in forum Qt Programming
    Replies: 0
    Last Post: 8th March 2012, 16:23
  3. Read/Write console app
    By InterFiction in forum Newbie
    Replies: 1
    Last Post: 15th November 2011, 15:00
  4. Replies: 2
    Last Post: 2nd November 2010, 06:15
  5. XML -read-write
    By hgedek in forum Qt Programming
    Replies: 2
    Last Post: 3rd September 2007, 19:10

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.