Declared in OTStream.h

OTStreamVideoType

Defines values for the [OTStream videoType] property.

Definition

typedef NS_ENUM(int32_t, OTStreamVideoType ) {
   OTStreamVideoTypeCamera = 1,
   OTStreamVideoTypeScreen = 2,
   OTStreamVideoTypeCustom = 3,
};

Constants

OTStreamVideoTypeCamera

Defines the camera video mode setting for the [OTStream videoType] property.

Declared In OTStream.h.

OTStreamVideoTypeScreen

Defines the screen video mode setting for the [OTStream videoType] property.

Declared In OTStream.h.

OTStreamVideoTypeCustom

Defines the custom video mode setting for the [OTStream videoType] property.

Declared In OTStream.h.

Declared In

OTStream.h