Uses of Class
org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
-
Packages that use Pa.HostApiTypeId Package Description org.jitsi.impl.neomedia.portaudio -
-
Uses of Pa.HostApiTypeId in org.jitsi.impl.neomedia.portaudio
Methods in org.jitsi.impl.neomedia.portaudio that return Pa.HostApiTypeId Modifier and Type Method Description Pa.HostApiTypeIdPortAudioException. getHostApiType()Gets the host API, if any, which returned the error code and (detailed) message represented by this instance.static Pa.HostApiTypeIdPa.HostApiTypeId. valueOf(int value)Returns the PaHostApiTypeId which has a specific value or null if there is no such representation.static Pa.HostApiTypeIdPa.HostApiTypeId. valueOf(String name)Returns the enum constant of this type with the specified name.static Pa.HostApiTypeId[]Pa.HostApiTypeId. values()Returns an array containing the constants of this enum type, in the order they are declared.
-