public static final enum

SkylinkConfig.AudioDevice

extends Enum<E extends Enum<E>>
implements SkylinkConfig.MediaDevice
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ sg.com.temasys.skylink.sdk.rtc.SkylinkConfig.AudioDevice

Class Overview

A list of device(s) that can be the source of an audio stream.

Summary

Enum Values
SkylinkConfig.AudioDevice  MICROPHONE  The microphone. 
Public Methods
String getDeviceName()
Get the descriptive name of this SkylinkConfig.MediaDevice.
SkylinkMedia.MediaType getMediaType()
Get the SkylinkMedia.MediaType that this device can produce.
boolean isAudio()
Check if this SkylinkConfig.MediaDevice is of Audio type or not.
boolean isVideo()
Check if this SkylinkConfig.MediaDevice is of Video type or not.
static SkylinkConfig.AudioDevice valueOf(String name)
final static AudioDevice[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable
From interface sg.com.temasys.skylink.sdk.rtc.SkylinkConfig.MediaDevice

Enum Values

public static final SkylinkConfig.AudioDevice MICROPHONE

The microphone.

Public Methods

public String getDeviceName ()

Get the descriptive name of this SkylinkConfig.MediaDevice.

public SkylinkMedia.MediaType getMediaType ()

Get the SkylinkMedia.MediaType that this device can produce.

public boolean isAudio ()

Check if this SkylinkConfig.MediaDevice is of Audio type or not.

public boolean isVideo ()

Check if this SkylinkConfig.MediaDevice is of Video type or not.

public static SkylinkConfig.AudioDevice valueOf (String name)

public static final AudioDevice[] values ()