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.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 RecordMuxer in io.antmedia.rest
Methods in io.antmedia.rest that return RecordMuxerModifier and TypeMethodDescriptionprotected 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)