MobileFFmpeg iOS / tvOS API  4.4
Class Methods
ArchDetect Class Reference

Class Methods

(NSString *) + getCpuArch
 
(NSString *) + getArch
 
(int) + isLTSBuild
 
(void) + initialize [implementation]
 

Detailed Description

This class is used to detect running architecture.

Definition at line 28 of file ArchDetect.h.

Method Documentation

◆ getArch

+ (NSString *) getArch

Returns loaded architecture name.

Returns
loaded architecture name as NSString

Definition at line 1 of file ArchDetect.m.

◆ getCpuArch

+ (NSString *) getCpuArch

Returns running cpu architecture name.

Returns
running cpu architecture name as NSString

Definition at line 1 of file ArchDetect.m.

◆ initialize

+ (void) initialize
implementation

Definition at line 1 of file ArchDetect.m.

◆ isLTSBuild

+ (int) isLTSBuild

Returns whether MobileFFmpeg release is a long term release or not.

Returns
yes=1 or no=0

Definition at line 1 of file ArchDetect.m.


The documentation for this class was generated from the following files: