Uses of Class
org.jitsi.service.neomedia.recording.RecorderEvent.Type
-
Packages that use RecorderEvent.Type Package Description org.jitsi.service.neomedia.recording -
-
Uses of RecorderEvent.Type in org.jitsi.service.neomedia.recording
Methods in org.jitsi.service.neomedia.recording that return RecorderEvent.Type Modifier and Type Method Description RecorderEvent.TypeRecorderEvent. getType()static RecorderEvent.TypeRecorderEvent.Type. parseString(String str)static RecorderEvent.TypeRecorderEvent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RecorderEvent.Type[]RecorderEvent.Type. 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.Type Modifier and Type Method Description voidRecorderEvent. setType(RecorderEvent.Type type)
-