Uses of Class
io.antmedia.muxer.RecordMuxer
Packages that use RecordMuxer
-
Uses of RecordMuxer in io.antmedia.muxer
Subclasses of RecordMuxer in io.antmedia.muxerMethods in io.antmedia.muxer that return RecordMuxerModifier 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
Methods in io.antmedia.rest that return RecordMuxerModifier and TypeMethodDescriptionprotected RecordMuxer
RestServiceBase.startRecord
(String streamId, RecordType recordType, int resolutionHeight) protected RecordMuxer
RestServiceBase.stopRecord
(String streamId, RecordType recordType, int resolutionHeight)