MobileFFmpeg iOS / tvOS API  4.4
Instance Methods
AtomicLong Class Reference

Instance Methods

(instancetype) - initWithInitialValue:
 
(long) - incrementAndGet
 

Detailed Description

Represents an atomic long data type.

Definition at line 25 of file AtomicLong.h.

Method Documentation

◆ incrementAndGet

- (long) incrementAndGet

Definition at line 24 of file AtomicLong.m.

◆ initWithInitialValue:

- (instancetype) initWithInitialValue: (long)  initialValue

Definition at line 24 of file AtomicLong.m.


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