FMIceLinkProcessFramePolicy Constants Reference

Declared in FMIceLinkProcessFramePolicy.h

FMIceLinkProcessFramePolicy

The policy on how a media input should process the frame.

Definition

typedef NS_ENUM(NSInteger, FMIceLinkProcessFramePolicy ) {
   FMIceLinkProcessFramePolicySynchronous = 1,
   FMIceLinkProcessFramePolicyAsynchronous = 2,
};

Constants

FMIceLinkProcessFramePolicySynchronous
The media input will process the frame synchronously.

Declared In FMIceLinkProcessFramePolicy.h.

FMIceLinkProcessFramePolicyAsynchronous
The media input will process the frame asynchronously.

Declared In FMIceLinkProcessFramePolicy.h.

Declared In

FMIceLinkProcessFramePolicy.h