Uses of Class
com.twilio.rest.video.v1.Recording.Type
-
Packages that use Recording.Type Package Description com.twilio.rest.video.v1 -
-
Uses of Recording.Type in com.twilio.rest.video.v1
Methods in com.twilio.rest.video.v1 that return Recording.Type Modifier and Type Method Description static Recording.TypeRecording.Type. forValue(String value)Recording.TypeRecording. getType()static Recording.TypeRecording.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Recording.Type[]Recording.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.video.v1 with parameters of type Recording.Type Modifier and Type Method Description RecordingReaderRecordingReader. setMediaType(Recording.Type mediaType)
-