Package com.amazonaws.ivs.broadcast
Class ImageDeviceFrame
java.lang.Object
com.amazonaws.ivs.broadcast.ImageDeviceFrame
A data class providing metadata about the frames going through an
ImageDevice
.
See ImageDevice.setOnFrameCallback(ImageDevice.FrameCallback)
-
Field Summary
Modifier and TypeFieldDescriptionfinal List
<ImageFrameMessage> The messages embedded in the current frame.The size of the current frame. -
Method Summary
-
Field Details
-
size
The size of the current frame. -
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).
-