Uses of Class
org.apache.openmeetings.db.entity.record.RecordingChunk.Status
-
Packages that use RecordingChunk.Status Package Description org.apache.openmeetings.db.entity.record -
-
Uses of RecordingChunk.Status in org.apache.openmeetings.db.entity.record
Methods in org.apache.openmeetings.db.entity.record that return RecordingChunk.Status Modifier and Type Method Description RecordingChunk.StatusRecordingChunk. getStreamStatus()static RecordingChunk.StatusRecordingChunk.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordingChunk.Status[]RecordingChunk.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.record with parameters of type RecordingChunk.Status Modifier and Type Method Description voidRecordingChunk. setStreamStatus(RecordingChunk.Status status)
-