realbasic-nug
[Top] [All Lists]

Re: How to get the handle to a QTVideoTrack?

To: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Subject: Re: How to get the handle to a QTVideoTrack?
From: Thomas Tempelmann <tempelmann@gmail.com>
Date: Tue, 30 Jun 2009 17:34:38 +0200
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com; dkim=neutral (body hash did not verify) header.i=@gmail.com
Delivered-to: listarchive@realsoftware.com
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=gYwnqcLUEe5+7uyoqM1jKMI/XEKdkw/CjtdHUupqWM8=; b=FXdONe9nNR1IK7udzwOCZp9SZjZNNUmQjuqRAVAUNs0u84UlkyaNERJg0JjTNB/n5I OKwVHURPaa+IdIEwqaJRUDshga6+BGRsBfsWfDoPhXtelo/a7OgRN7RSF++nu3uH1vsh PnBBjGigxqesbc2iQwpXs5g4R3VEdBgHOCR2o=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=AuOfUDNOlLD04vb2TOXkVU3CpJ3sWIPEl7YOvhyhEqxGmN4/bcV6xNbL/wVb7pI33S fGAE3qpZLG60CFdQxNJDg778sN6t+5V4oAuCedUt0URYH5sVF+gzu44W+XPcLjeXiRAw tE7Gq0bigRgHSjOftr3H2bCsnRWPODGE6gLcw=
In-reply-to: <89fe53800906300827j75aebdc2ma7491d266d405a75@mail.gmail.com>
References: <89fe53800906300811y6aa6780el4896fd61a2674da7@mail.gmail.com> <89fe53800906300813x43cd7089j79bd587d9f714d8d@mail.gmail.com> <89fe53800906300827j75aebdc2ma7491d266d405a75@mail.gmail.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
On Tue, Jun 30, 2009 at 17:27, Thomas Tempelmann<tempelmann@gmail.com> wrote:
> I found TrackID, but that doesn't seem to be right, i.e. trying this (on OS 
> X):

Uh, I think I solved it:

    declare function GetMovieTrack lib "Quicktime" (theMovie as
Integer, trackID as Integer) as Integer
    dim track as Integer = GetMovieTrack(mov.Handle, vt.TrackID)

So, TrackID is some internal number, but GetMovieTrack() can look up
the ID and return the track handle.

-- 
Thomas Tempelmann, http://www.tempel.org/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>