com.skype.api
Enum Skype.AUDIODEVICE_CAPABILITIES
java.lang.Object
java.lang.Enum<Skype.AUDIODEVICE_CAPABILITIES>
com.skype.api.Skype.AUDIODEVICE_CAPABILITIES
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<Skype.AUDIODEVICE_CAPABILITIES>
- Enclosing class:
- Skype
public static enum Skype.AUDIODEVICE_CAPABILITIES
- extends java.lang.Enum<Skype.AUDIODEVICE_CAPABILITIES>
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
HAS_VIDEO_CAPTURE
public static final Skype.AUDIODEVICE_CAPABILITIES HAS_VIDEO_CAPTURE
HAS_USB_INTERFACE
public static final Skype.AUDIODEVICE_CAPABILITIES HAS_USB_INTERFACE
POSSIBLY_HEADSET
public static final Skype.AUDIODEVICE_CAPABILITIES POSSIBLY_HEADSET
HAS_AUDIO_CAPTURE
public static final Skype.AUDIODEVICE_CAPABILITIES HAS_AUDIO_CAPTURE
HAS_AUDIO_RENDERING
public static final Skype.AUDIODEVICE_CAPABILITIES HAS_AUDIO_RENDERING
HAS_LOWBANDWIDTH_CAPTURE
public static final Skype.AUDIODEVICE_CAPABILITIES HAS_LOWBANDWIDTH_CAPTURE
IS_WEBCAM
public static final Skype.AUDIODEVICE_CAPABILITIES IS_WEBCAM
IS_HEADSET
public static final Skype.AUDIODEVICE_CAPABILITIES IS_HEADSET
POSSIBLY_WEBCAM
public static final Skype.AUDIODEVICE_CAPABILITIES POSSIBLY_WEBCAM
HAS_VIDEO_RENDERING
public static final Skype.AUDIODEVICE_CAPABILITIES HAS_VIDEO_RENDERING
HAS_BLUETOOTH_INTERFACE
public static final Skype.AUDIODEVICE_CAPABILITIES HAS_BLUETOOTH_INTERFACE
values
public static Skype.AUDIODEVICE_CAPABILITIES[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Skype.AUDIODEVICE_CAPABILITIES c : Skype.AUDIODEVICE_CAPABILITIES.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Skype.AUDIODEVICE_CAPABILITIES valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
getId
public int getId()
get
public static Skype.AUDIODEVICE_CAPABILITIES get(int code)
fromString
public static Skype.AUDIODEVICE_CAPABILITIES fromString(java.lang.String s)
Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.