SMVideoSourceTypes Constants Reference

Declared in SMVideoSourceTypes.h
Availability 6.4.0

SMVideoSourceTypes

Definition

typedef NS_ENUM(NSInteger, SMVideoSourceTypes ) {
   CAMERA,
   EXTERNAL_VIDEO,
};

Constants

CAMERA

Enums that handle VideoSourceType in SDK. MobileSDK supports multiple video source types. CAMERA is the default video source type. Alternatively, applications can select EXTERNAL_VIDEO and insert video frames as their desire. If EXTERNAL_VIDEO is chosen as the video source type, application must provide frames by using setExternalVideoSource API.

Available in 6.4.0

Declared In SMVideoSourceTypes.h.

EXTERNAL_VIDEO

Enums that handle VideoSourceType in SDK. MobileSDK supports multiple video source types. CAMERA is the default video source type. Alternatively, applications can select EXTERNAL_VIDEO and insert video frames as their desire. If EXTERNAL_VIDEO is chosen as the video source type, application must provide frames by using setExternalVideoSource API.

Available in 6.4.0

Declared In SMVideoSourceTypes.h.

Availability

6.4.0

Declared In

SMVideoSourceTypes.h