5.2.8. sail.DecoderStatus

DecoderStatus用于定义MultiDecoder中解码通道的状态。

接口形式:
sail.DecoderStatus.OPENED
sail.DecoderStatus.CLOSED

参数说明:

  • sail.DecoderStatus.OPENED

表示解码器处于打开状态。

  • sail.DecoderStatus.CLOSED

表示解码器处于关闭状态。