|
MobileFFmpeg iOS / tvOS API
4.4
|
Class Methods | |
| (NSString *) | + getCpuArch |
| (NSString *) | + getArch |
| (int) | + isLTSBuild |
| (void) | + initialize [implementation] |
This class is used to detect running architecture.
Definition at line 28 of file ArchDetect.h.
| + (NSString *) getArch |
Returns loaded architecture name.
Definition at line 1 of file ArchDetect.m.
| + (NSString *) getCpuArch |
Returns running cpu architecture name.
Definition at line 1 of file ArchDetect.m.
|
implementation |
Definition at line 1 of file ArchDetect.m.
| + (int) isLTSBuild |
Returns whether MobileFFmpeg release is a long term release or not.
Definition at line 1 of file ArchDetect.m.
1.8.18