FFmpegKit iOS / macOS / tvOS API 4.5
|
#import <ArchDetect.h>
Class Methods | |
(NSString *) | + getCpuArch |
(NSString *) | + getArch |
(void) | + initialize [implementation] |
Detects the running architecture.
Definition at line 28 of file ArchDetect.h.
+ (NSString *) getArch |
Returns architecture name loaded.
Definition at line 1 of file ArchDetect.m.
+ (NSString *) getCpuArch |
Returns architecture name of the cpu running.
Definition at line 1 of file ArchDetect.m.
|
implementation |
Definition at line 1 of file ArchDetect.m.