Uses of Class
org.apache.openmeetings.db.entity.record.RecordingChunk.Type
-
Packages that use RecordingChunk.Type Package Description org.apache.openmeetings.db.dao.record org.apache.openmeetings.db.entity.record -
-
Uses of RecordingChunk.Type in org.apache.openmeetings.db.dao.record
Methods in org.apache.openmeetings.db.dao.record with parameters of type RecordingChunk.Type Modifier and Type Method Description LongRecordingChunkDao. start(Long recordingId, RecordingChunk.Type type, String streamName, String sid) -
Uses of RecordingChunk.Type in org.apache.openmeetings.db.entity.record
Methods in org.apache.openmeetings.db.entity.record that return RecordingChunk.Type Modifier and Type Method Description RecordingChunk.TypeRecordingChunk. getType()static RecordingChunk.TypeRecordingChunk.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordingChunk.Type[]RecordingChunk.Type. 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.Type Modifier and Type Method Description voidRecordingChunk. setType(RecordingChunk.Type type)
-