Uses of Class
com.twilio.rest.video.v1.Recording.Codec
-
Packages that use Recording.Codec Package Description com.twilio.rest.video.v1 -
-
Uses of Recording.Codec in com.twilio.rest.video.v1
Methods in com.twilio.rest.video.v1 that return Recording.Codec Modifier and Type Method Description static Recording.Codec
Recording.Codec. forValue(String value)
Generate a Codec from a string.Recording.Codec
Recording. getCodec()
Returns The The codec used to encode the track..static Recording.Codec
Recording.Codec. valueOf(String name)
Returns the enum constant of this type with the specified name.static Recording.Codec[]
Recording.Codec. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-