Uses of Class
com.twilio.rest.video.v1.Room.VideoCodec
-
Packages that use Room.VideoCodec Package Description com.twilio.rest.video.v1 -
-
Uses of Room.VideoCodec in com.twilio.rest.video.v1
Methods in com.twilio.rest.video.v1 that return Room.VideoCodec Modifier and Type Method Description static Room.VideoCodecRoom.VideoCodec. forValue(String value)static Room.VideoCodecRoom.VideoCodec. valueOf(String name)Returns the enum constant of this type with the specified name.static Room.VideoCodec[]Room.VideoCodec. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.video.v1 that return types with arguments of type Room.VideoCodec Modifier and Type Method Description List<Room.VideoCodec>Room. getVideoCodecs()Methods in com.twilio.rest.video.v1 with parameters of type Room.VideoCodec Modifier and Type Method Description RoomCreatorRoomCreator. setVideoCodecs(Room.VideoCodec videoCodecs)Method parameters in com.twilio.rest.video.v1 with type arguments of type Room.VideoCodec Modifier and Type Method Description RoomCreatorRoomCreator. setVideoCodecs(List<Room.VideoCodec> videoCodecs)
-