com.skype.api
Enum Skype.PREPARESOUNDRESULT

java.lang.Object
  extended by java.lang.Enum<Skype.PREPARESOUNDRESULT>
      extended by com.skype.api.Skype.PREPARESOUNDRESULT
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Skype.PREPARESOUNDRESULT>
Enclosing class:
Skype

public static enum Skype.PREPARESOUNDRESULT
extends java.lang.Enum<Skype.PREPARESOUNDRESULT>


Enum Constant Summary
PREPARESOUND_FILE_NOT_FOUND
           
PREPARESOUND_FILE_READ_ERROR
           
PREPARESOUND_FILE_TOO_BIG
           
PREPARESOUND_MISC_ERROR
           
PREPARESOUND_PLAYBACK_NOT_SUPPORTED
           
PREPARESOUND_SUCCESS
           
PREPARESOUND_UNSUPPORTED_FILE_FORMAT
           
 
Method Summary
static Skype.PREPARESOUNDRESULT fromString(java.lang.String s)
           
static Skype.PREPARESOUNDRESULT get(int code)
           
 int getId()
           
static Skype.PREPARESOUNDRESULT valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Skype.PREPARESOUNDRESULT[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

PREPARESOUND_SUCCESS

public static final Skype.PREPARESOUNDRESULT PREPARESOUND_SUCCESS

PREPARESOUND_MISC_ERROR

public static final Skype.PREPARESOUNDRESULT PREPARESOUND_MISC_ERROR

PREPARESOUND_FILE_NOT_FOUND

public static final Skype.PREPARESOUNDRESULT PREPARESOUND_FILE_NOT_FOUND

PREPARESOUND_FILE_TOO_BIG

public static final Skype.PREPARESOUNDRESULT PREPARESOUND_FILE_TOO_BIG

PREPARESOUND_FILE_READ_ERROR

public static final Skype.PREPARESOUNDRESULT PREPARESOUND_FILE_READ_ERROR

PREPARESOUND_UNSUPPORTED_FILE_FORMAT

public static final Skype.PREPARESOUNDRESULT PREPARESOUND_UNSUPPORTED_FILE_FORMAT

PREPARESOUND_PLAYBACK_NOT_SUPPORTED

public static final Skype.PREPARESOUNDRESULT PREPARESOUND_PLAYBACK_NOT_SUPPORTED
Method Detail

values

public static Skype.PREPARESOUNDRESULT[] 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.PREPARESOUNDRESULT c : Skype.PREPARESOUNDRESULT.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.PREPARESOUNDRESULT 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.PREPARESOUNDRESULT get(int code)

fromString

public static Skype.PREPARESOUNDRESULT fromString(java.lang.String s)


Copyright © 2010, 2011 Skype Technologies. All Rights Reserved.