TVICameraSourceError Constants Reference

Declared in TVICameraSource.h

TVICameraSourceError

Enumeration indicating the errors raised by TVICameraSource.

Definition

typedef NS_ENUM(NSUInteger, TVICameraSourceError ) {
   kTVICameraSourceErrorNone = 0,
   kTVICameraSourceErrorAlreadyRunning,
};

Constants

kTVICameraSourceErrorNone

Capture session already setup.

Declared In TVICameraSource.h.

kTVICameraSourceErrorAlreadyRunning

The source was already started, and has not been stopped.

Declared In TVICameraSource.h.

Declared In

TVICameraSource.h