Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/
@interface AVMetadataTrackedFacesObject : AVMetadataObject <NSCopying> {
AVMetadataTrackedFacesObjectInternal * _trackedFacesObjectInternal;
}
@property (readonly) NSDictionary *payload;
+ (id)trackedFacesWithTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1 faceKitDictionary:(id)arg2 input:(id)arg3;
- (id)copyWithZone:(struct _NSZone { }*)arg1;
- (void)dealloc;
- (id)description;
- (id)initWithTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1 faceKitDictionary:(id)arg2 input:(id)arg3;
- (id)payload;
@end