Uses of Enum Class
com.vonage.client.video.Resolution
Packages that use Resolution
-
Uses of Resolution in com.vonage.client.video
Fields in com.vonage.client.video declared as ResolutionModifier and TypeFieldDescriptionprotected ResolutionStreamComposition.Builder.resolutionprotected ResolutionStreamComposition.resolutionMethods in com.vonage.client.video that return ResolutionModifier and TypeMethodDescriptionstatic ResolutionResolution.fromString(String resolution) RenderRequest.getResolution()Render resolution of the Experience Composer.RenderResponse.getResolution()Output resolution of the Experience Composer (either "640x480", "1280x720", "480x640", or "720x1280").StreamComposition.getResolution()The video resolution of the composition.static ResolutionReturns the enum constant of this class with the specified name.static Resolution[]Resolution.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 ResolutionModifier and TypeMethodDescriptionArchive.Builder.resolution(Resolution resolution) Sets the resolution of the archive.Broadcast.Builder.resolution(Resolution resolution) (OPTIONAL) The resolution of the broadcast: either "640x480" (SD landscape, the default), "1280x720" (HD landscape), "1920x1080" (FHD landscape), "480x640" (SD portrait), "720x1280" (HD portrait), or "1080x1920" (FHD portrait).RenderRequest.Builder.resolution(Resolution resolution) (OPTIONAL) Resolution of the display area for the composition. 1280x720 is the default.