Interface FrameResolution.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FrameResolution.Builder,FrameResolution>, SdkBuilder<FrameResolution.Builder,FrameResolution>, SdkPojo
Enclosing class:
FrameResolution

public static interface FrameResolution.Builder extends SdkPojo, CopyableBuilder<FrameResolution.Builder,FrameResolution>
  • Method Details

    • frameHeight

      FrameResolution.Builder frameHeight(Integer frameHeight)
      The number of pixels in the height of the video frame.
      Parameters:
      frameHeight - The number of pixels in the height of the video frame.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • frameWidth

      FrameResolution.Builder frameWidth(Integer frameWidth)
      The number of pixels in the width of the video frame.
      Parameters:
      frameWidth - The number of pixels in the width of the video frame.
      Returns:
      Returns a reference to this object so that method calls can be chained together.