if i load an existing quicktime clip as a QTMovie, and it has a video and audio track i should be able to get the tracks by going
right?
and being an NSArray i should just be able to go
and get the number of tracks right?
for some reason the count is 0...
has anyone else had this sort of problem?
Code:
[mQTMovie tracks]
and being an NSArray i should just be able to go
Code:
[[mQTMovie tracks] count]
for some reason the count is 0...
has anyone else had this sort of problem?