FMIceLinkMediaPipeState Constants Reference

Declared in FMIceLinkMediaPipeState.h

FMIceLinkMediaPipeState

The state of a media pipe.

Definition

typedef NS_ENUM(NSInteger, FMIceLinkMediaPipeState ) {
   FMIceLinkMediaPipeStateInitialized = 1,
   FMIceLinkMediaPipeStateDestroying = 2,
   FMIceLinkMediaPipeStateDestroyed = 3,
};

Constants

FMIceLinkMediaPipeStateInitialized
Indicates that the media sink has been initialized.

Declared In FMIceLinkMediaPipeState.h.

FMIceLinkMediaPipeStateDestroying
Indicates that the media pipe is being destroyed.

Declared In FMIceLinkMediaPipeState.h.

FMIceLinkMediaPipeStateDestroyed
Indicates that the media pipe has been destroyed.

Declared In FMIceLinkMediaPipeState.h.

Declared In

FMIceLinkMediaPipeState.h