Uses of Class
io.antmedia.muxer.RecordMuxer
-
Uses of RecordMuxer in io.antmedia.muxer
Modifier and TypeMethodDescriptionMuxAdaptor.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 RecordMuxer in io.antmedia.rest
Modifier and TypeMethodDescriptionprotected RecordMuxer
RestServiceBase.startRecord
(String streamId, RecordType recordType, int resolutionHeight) protected RecordMuxer
RestServiceBase.stopRecord
(String streamId, RecordType recordType, int resolutionHeight)