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 RecordTypeReturns 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) booleanMuxAdaptor.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.startRecording(RecordType recordType, int resolutionHeight, String baseFileName) private RecordMuxerMuxAdaptor.startRecordingInternal(RecordType recordType, int resolutionHeight, String baseFileName) 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 TypeMethodDescriptionbooleanRestServiceBase.isAlreadyRecording(String streamId, RecordType recordType, int resolutionHeight) static StringRestServiceBase.logFailedOperation(boolean enableRecording, String streamId, RecordType type) protected StringRestServiceBase.sanitizeAndStripExtension(String fileName, RecordType recordType) protected RecordMuxerRestServiceBase.startRecord(String streamId, RecordType recordType, int resolutionHeight) protected RecordMuxerRestServiceBase.startRecord(String streamId, RecordType recordType, int resolutionHeight, String baseFileName) protected RecordMuxerRestServiceBase.stopRecord(String streamId, RecordType recordType, int resolutionHeight)