Interface ILiveStreamTranscoderControl
- 
 public interface ILiveStreamTranscoderControlInterface used to control if stream is transcoded. See IApplicationInstance.setLiveStreamTranscoderControl(ILiveStreamTranscoderControl)
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisLiveStreamTranscode(String transcoder, IMediaStream stream)Called each time a new publishing stream is started.
 
- 
- 
- 
Method Detail- 
isLiveStreamTranscodeboolean 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 transcoder
- stream- stream interface
- Returns:
- true if wish stream to be transcoded
 
 
- 
 
-