Uses of Enum Class
io.antmedia.RecordType
-
Uses of RecordType in io.antmedia
Modifier and TypeMethodDescriptionstatic RecordType
Returns the enum constant of this class with the specified name.static RecordType[]
RecordType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RecordType in io.antmedia.muxer
Modifier and TypeMethodDescriptionMuxAdaptor.findDynamicRecordMuxer
(RecordType recordType) boolean
MuxAdaptor.isAlreadyRecording
(RecordType recordType, int resolutionHeight) MuxAdaptor.startRecording
(RecordType recordType, int resolutionHeight) Start recording is used to start recording on the fly(stream is broadcasting).MuxAdaptor.stopRecording
(RecordType recordType, int resolutionHeight) Stop recording is called to stop recording when the stream is broadcasting(on the fly) -
Uses of RecordType in io.antmedia.rest
Modifier and TypeMethodDescriptionboolean
RestServiceBase.isAlreadyRecording
(String streamId, RecordType recordType, int resolutionHeight) static String
RestServiceBase.logFailedOperation
(boolean enableRecording, String streamId, RecordType type) protected RecordMuxer
RestServiceBase.startRecord
(String streamId, RecordType recordType, int resolutionHeight) protected RecordMuxer
RestServiceBase.stopRecord
(String streamId, RecordType recordType, int resolutionHeight)