Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Question about Version



Hi
 
I found this code in internet
 
If QTControll.Movie Is Nothing Then Exit Sub
If QTControll.Movie.canExport Then
    Dim qt As QTOLibrary.QTQuickTime
    Set qt = QTControl1.QuickTime
      If qt.Exporters.Count = 0 Then
          qt.Exporters.Add
       End If
       Dim exp As QTOLibrary.QTExporter
       Set exp = qt.Exporters(1)
       exp.SetDataSource QTControl1.Movie
       exp.ShowExportDialog
    End If
 
this code is for exporting a movie file from other movie.
 
My question is ... Do you know how can I use this code but over Builder C++ 6.0??
 
Because I don't know how define QTQuickTime and QTExporter.
 
 
 
Please help.
]Thanks
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-api/email@hidden

This email sent to email@hidden



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.