开发者

Getting Quicktime dimensions

开发者 https://www.devze.com 2023-03-31 16:57 出处:网络
I\'m开发者_开发技巧 having trouble with what I thought would be a simple task. Is there a way to find the dimensions of a Quicktime file (possibly some sort of QT Media Attribute)?

I'm开发者_开发技巧 having trouble with what I thought would be a simple task.

Is there a way to find the dimensions of a Quicktime file (possibly some sort of QT Media Attribute)?

I've been looking through the documentation and have yet to find something. Thanks!


NSSize movieOriginalSize = [(NSValue*)[_movie attributeForKey:QTMovieNaturalSizeAttribute] sizeValue];
0

精彩评论

暂无评论...
验证码 换一张
取 消