Platforms to show: All Mac Windows Linux Cross-Platform
FAQ.How do I check if the QuickTime component for the Sequence grabber is available?
Feedback.
Answer: If you want to know if the QTGrabberClass will work, you can use this code:
Example:
Notes: Don't forget that you need to check for each other component you use like the compression functions.
Feedback.
Answer: If you want to know if the QTGrabberClass will work, you can use this code:
Example:
Function IsQTGrabberAvailable() As boolean
dim q as QTComponentInformationMBS
q=new QTComponentInformationMBS
while q.NextComponent
if q.Type="barg" then
Return true
end if
wend
Return false // not found
End Function
Links
MBS Realbasic Chart Plugins - Pfarrgemeinde Messdiener Nickenich