Interface LiveEvent.UpdateStages.WithEncoding

All Known Subinterfaces:
LiveEvent.Update
Enclosing interface:
LiveEvent.UpdateStages

public static interface LiveEvent.UpdateStages.WithEncoding
The stage of the LiveEvent update allowing to specify encoding.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the encoding property: Encoding settings for the live event.
  • Method Details

    • withEncoding

      LiveEvent.Update withEncoding(LiveEventEncoding encoding)
      Specifies the encoding property: Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is used..
      Parameters:
      encoding - Encoding settings for the live event. It configures whether a live encoder is used for the live event and settings for the live encoder if it is used.
      Returns:
      the next definition stage.