Interface ILiveStreamTranscoderControl
-
public interface ILiveStreamTranscoderControl
Interface used to control if stream is transcoded. See IApplicationInstance.setLiveStreamTranscoderControl(ILiveStreamTranscoderControl)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isLiveStreamTranscode(String transcoder, IMediaStream stream)
Called each time a new publishing stream is started.
-
-
-
Method Detail
-
isLiveStreamTranscode
boolean isLiveStreamTranscode(String transcoder, IMediaStream stream)
Called each time a new publishing stream is started. Return true if you wish stream to be transcoded. See IApplicationInstance.setLiveStreamTranscoderControl(ILiveStreamTranscoderControl)- Parameters:
transcoder
- name of transcoderstream
- stream interface- Returns:
- true if wish stream to be transcoded
-
-