Class ImageDeviceFrame

java.lang.Object
com.amazonaws.ivs.broadcast.ImageDeviceFrame

public class ImageDeviceFrame extends Object
A data class providing metadata about the frames going through an ImageDevice. See ImageDevice.setOnFrameCallback(ImageDevice.FrameCallback)
  • Field Details

    • size

      public final BroadcastConfiguration.Vec2 size
      The size of the current frame.
    • embeddedMessages

      public final List<ImageFrameMessage> embeddedMessages
      The messages embedded in the current frame. For h264 frames, these are SEI messages. Only populated by subscribe-side `ImageDevice` implementations in the Real-Time Stages SDK (not by the Broadcast SDK alone).