Class BWSystem.SystemCodecAddRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemCodecAddRequest
Enclosing class:
BWSystem

public static class BWSystem.SystemCodecAddRequest extends Request<DefaultResponse>
Request to add a codec to the ordered list of codecs supported by the system. The ordered list of codecs is sent to MGCP devices when creating connections. The response is either a SuccessResponse or an ErrorResponse.
Author:
AlpacaGenerator
  • Field Details

    • codec

      @NotNull protected @NotNull Codec codec
  • Constructor Details

    • SystemCodecAddRequest

      public SystemCodecAddRequest()
    • SystemCodecAddRequest

      public SystemCodecAddRequest(BroadWorksServer broadWorksServer, Codec codec)
  • Method Details