Home | History | Annotate | Download | only in src

Lines Matching full:asset

786     AVURLAsset *asset = [AVURLAsset URLAssetWithURL:
791 NSArray* tracks = [asset tracksWithMediaType:AVMediaTypeVideo];
808 mMovieReader = [[AVAssetReader alloc] initWithAsset:asset error:&error];
824 [asset loadValuesAsynchronouslyForKeys:[NSArray arrayWithObject:@"tracks"] completionHandler:
830 NSArray* ::tracks = [asset tracksWithMediaType:AVMediaTypeVideo];
845 mMovieReader = [[AVAssetReader alloc] initWithAsset:asset error:&error];