Permalink
Cannot retrieve contributors at this time
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?
iOS-Runtime-Headers/Frameworks/AVFoundation.framework/AVMetadataTrackedFacesObject.h
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (14 sloc)
678 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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 |