Uses of Class
org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
-
Packages that use RecorderEvent.AspectRatio Package Description org.jitsi.service.neomedia.recording -
-
Uses of RecorderEvent.AspectRatio in org.jitsi.service.neomedia.recording
Methods in org.jitsi.service.neomedia.recording that return RecorderEvent.AspectRatio Modifier and Type Method Description RecorderEvent.AspectRatioRecorderEvent. getAspectRatio()static RecorderEvent.AspectRatioRecorderEvent.AspectRatio. parseString(String str)static RecorderEvent.AspectRatioRecorderEvent.AspectRatio. valueOf(String name)Returns the enum constant of this type with the specified name.static RecorderEvent.AspectRatio[]RecorderEvent.AspectRatio. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jitsi.service.neomedia.recording with parameters of type RecorderEvent.AspectRatio Modifier and Type Method Description voidRecorderEvent. setAspectRatio(RecorderEvent.AspectRatio aspectRatio)
-