Uses of Enum Class
io.antmedia.RecordType
Packages that use RecordType
-
Uses of RecordType in io.antmedia
Methods in io.antmedia that return RecordTypeModifier 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
Methods in io.antmedia.muxer with parameters of type RecordTypeModifier 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
Methods in io.antmedia.rest with parameters of type RecordTypeModifier 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)