Class RecordingChunk
java.lang.Object
org.apache.openmeetings.db.entity.HistoricalEntity
org.apache.openmeetings.db.entity.record.RecordingChunk
- All Implemented Interfaces:
Serializable,IDataProviderEntity
contains data about each stream, for example if it is a screen sharing or
audio/video stream. There is also a
RecordingChunk.Status value
streamStatus, as long as this variable is not set
to RecordingChunk.Status.STOPPED, the recording process will not proceed and start to convert all
input sources to a single recording file.- Author:
- sebawagner
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()getId()getSid()getStart()getType()booleanvoidvoidvoidsetRecording(Recording recording) voidvoidvoidsetStreamName(String streamName) voidsetStreamStatus(RecordingChunk.Status status) voidsetType(RecordingChunk.Type type) Methods inherited from class org.apache.openmeetings.db.entity.HistoricalEntity
getInserted, getUpdated, isDeleted, setDeleted, setInserted, setUpdated
-
Constructor Details
-
RecordingChunk
public RecordingChunk()
-
-
Method Details
-
getId
-
setId
-
getRecording
-
setRecording
-
getStart
-
setStart
-
getEnd
-
setEnd
-
getType
-
setType
-
isAudioOnly
public boolean isAudioOnly() -
getStreamName
-
setStreamName
-
getSid
-
setSid
-
getStreamStatus
-
setStreamStatus
-