public static final enum

Device.Descriptor.DeviceType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.amazonaws.ivs.broadcast.Device.Descriptor.DeviceType

Summary

Enum Values
Device.Descriptor.DeviceType  CAMERA   
Device.Descriptor.DeviceType  MICROPHONE   
Device.Descriptor.DeviceType  SCREEN   
Device.Descriptor.DeviceType  SYSTEM_AUDIO   
Device.Descriptor.DeviceType  UNKNOWN   
Device.Descriptor.DeviceType  USER_AUDIO   
Device.Descriptor.DeviceType  USER_IMAGE   
Public Methods
static Device.Descriptor.DeviceType valueOf(String name)
final static DeviceType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final Device.Descriptor.DeviceType CAMERA

public static final Device.Descriptor.DeviceType MICROPHONE

public static final Device.Descriptor.DeviceType SCREEN

public static final Device.Descriptor.DeviceType SYSTEM_AUDIO

public static final Device.Descriptor.DeviceType UNKNOWN

public static final Device.Descriptor.DeviceType USER_AUDIO

public static final Device.Descriptor.DeviceType USER_IMAGE

Public Methods

public static Device.Descriptor.DeviceType valueOf (String name)

public static final DeviceType[] values ()