public static interface

SkylinkConfig.MediaDevice

sg.com.temasys.skylink.sdk.rtc.SkylinkConfig.MediaDevice
Known Indirect Subclasses

Class Overview

Device that can be the source of Media, e.g. audio/video/screen

Summary

Public Methods
abstract String getDeviceName()
Get the descriptive name of this SkylinkConfig.MediaDevice.
abstract SkylinkMedia.MediaType getMediaType()
Get the SkylinkMedia.MediaType that this device can produce.
abstract boolean isAudio()
Check if this SkylinkConfig.MediaDevice is of Audio type or not.
abstract boolean isVideo()
Check if this SkylinkConfig.MediaDevice is of Video type or not.

Public Methods

public abstract String getDeviceName ()

Get the descriptive name of this SkylinkConfig.MediaDevice.

public abstract SkylinkMedia.MediaType getMediaType ()

Get the SkylinkMedia.MediaType that this device can produce.

public abstract boolean isAudio ()

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

public abstract boolean isVideo ()

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