ServerEventResponseVideoDelta interface
Returned when avatar video frame data is streamed.
- Extends
Properties
| codec | The codec used for the video data. |
| delta | The base64-encoded video frame data. |
| output |
The index of the output item in the response. |
| type | The event type, must be |
Inherited Properties
| event |
Property Details
codec
The codec used for the video data.
codec: string
Property Value
string
delta
The base64-encoded video frame data.
delta: string
Property Value
string
outputIndex
The index of the output item in the response.
outputIndex: number
Property Value
number
type
The event type, must be response.video.delta.
type: "response.video.delta"
Property Value
"response.video.delta"