Uses of Enum Class
com.vonage.client.video.Websocket.AudioRate
Packages that use Websocket.AudioRate
-
Uses of Websocket.AudioRate in com.vonage.client.video
Methods in com.vonage.client.video that return Websocket.AudioRateModifier and TypeMethodDescriptionstatic Websocket.AudioRateWebsocket.AudioRate.fromInt(int value) Converts an integer sampling value into the appropriate enum representation.Websocket.getAudioRate()Audio sampling rate in Hz.static Websocket.AudioRateReturns the enum constant of this class with the specified name.static Websocket.AudioRate[]Websocket.AudioRate.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.video with parameters of type Websocket.AudioRateModifier and TypeMethodDescriptionConnectRequest.Builder.audioRate(Websocket.AudioRate audioRate) A number representing the audio sampling rate in Hz.