ServerEventResponseVideoDelta Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returned when avatar video frame data is streamed.
public class ServerEventResponseVideoDelta : Azure.AI.VoiceLive.SessionUpdate, System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.ServerEventResponseVideoDelta>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.ServerEventResponseVideoDelta>
type ServerEventResponseVideoDelta = class
inherit SessionUpdate
interface IJsonModel<ServerEventResponseVideoDelta>
interface IPersistableModel<ServerEventResponseVideoDelta>
Public Class ServerEventResponseVideoDelta
Inherits SessionUpdate
Implements IJsonModel(Of ServerEventResponseVideoDelta), IPersistableModel(Of ServerEventResponseVideoDelta)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| Codec |
The codec used for the video data. |
| Delta |
The base64-encoded video frame data. |
| EventId |
Gets the EventId. (Inherited from SessionUpdate) |
| OutputIndex |
The index of the output item in the response. |