com.ugrokit.api.Ugi.AudioJackLocation Enum Reference

Overview

User settings for audio jack location.

Static Public Member Functions

static AudioJackLocation fromInt (int i)
 < Audio jack is on bottom (no auto rotation) More...
 

Public Member Functions

int getInt ()
 Get the int value for the enum. More...
 

Public Attributes

 Default
 Use SDK default for this device.
 
 Top
 Audio jack is on top (rotate the screen when connected)
 
 Bottom
 

Member Function Documentation

◆ fromInt()

static AudioJackLocation com.ugrokit.api.Ugi.AudioJackLocation.fromInt ( int  i)
static

< Audio jack is on bottom (no auto rotation)

Convert from int to enum value

Parameters
iint value
Returns
enum value

◆ getInt()

int com.ugrokit.api.Ugi.AudioJackLocation.getInt ( )

Get the int value for the enum.

Returns
int value