|
816 | 816 | }
|
817 | 817 | },
|
818 | 818 | "type": "object",
|
819 |
| - "description": "Incoming video stream out of synch event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync event." |
| 819 | + "description": "Incoming video stream out of sync event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIncomingVideoStreamsOutOfSync event." |
820 | 820 | },
|
821 | 821 | "MediaLiveEventIncomingDataChunkDroppedEventData": {
|
822 | 822 | "properties": {
|
|
867 | 867 | "description": "Gets the track name.",
|
868 | 868 | "readOnly": true
|
869 | 869 | },
|
| 870 | + "transcriptionLanguage": { |
| 871 | + "description": "Gets the Live Transcription language.", |
| 872 | + "readOnly": true, |
| 873 | + "type": "string" |
| 874 | + }, |
| 875 | + "transcriptionState": { |
| 876 | + "description": "Gets the Live Transcription state.", |
| 877 | + "readOnly": true, |
| 878 | + "type": "string" |
| 879 | + }, |
870 | 880 | "bitrate": {
|
871 | 881 | "type": "integer",
|
872 | 882 | "format": "int64",
|
|
879 | 889 | "description": "Gets the incoming bitrate.",
|
880 | 890 | "readOnly": true
|
881 | 891 | },
|
| 892 | + "ingestDriftValue": { |
| 893 | + "description": "Gets the track ingest drift value.", |
| 894 | + "readOnly": true, |
| 895 | + "type": "string" |
| 896 | + }, |
| 897 | + "lastFragmentArrivalTime": { |
| 898 | + "description": "Gets the arrival UTC time of the last fragment.", |
| 899 | + "readOnly": true, |
| 900 | + "type": "string" |
| 901 | + }, |
882 | 902 | "lastTimestamp": {
|
883 | 903 | "type": "string",
|
884 | 904 | "description": "Gets the last timestamp.",
|
|
924 | 944 | }
|
925 | 945 | },
|
926 | 946 | "type": "object",
|
927 |
| - "description": "Ingest fragment dropped event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIngestHeartbeat event." |
| 947 | + "description": "Ingest heartbeat event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventIngestHeartbeatEventData event." |
928 | 948 | },
|
929 | 949 | "MediaLiveEventTrackDiscontinuityDetectedEventData": {
|
930 | 950 | "properties": {
|
|
967 | 987 | },
|
968 | 988 | "type": "object",
|
969 | 989 | "description": "Ingest track discontinuity detected event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventTrackDiscontinuityDetected event."
|
| 990 | + }, |
| 991 | + "MediaLiveEventChannelArchiveHeartbeatEventData": { |
| 992 | + "properties": { |
| 993 | + "channelLatencyMs": { |
| 994 | + "type": "string", |
| 995 | + "description": "Gets the channel latency in ms.", |
| 996 | + "readOnly": true |
| 997 | + }, |
| 998 | + "latencyResultCode": { |
| 999 | + "type": "string", |
| 1000 | + "description": "Gets the latency result code.", |
| 1001 | + "readOnly": true |
| 1002 | + } |
| 1003 | + }, |
| 1004 | + "type": "object", |
| 1005 | + "required": [ |
| 1006 | + "channelLatencyMs", |
| 1007 | + "latencyResultCode" |
| 1008 | + ], |
| 1009 | + "description": "Channel Archive heartbeat event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.LiveEventChannelArchiveHeartbeatEventData event." |
970 | 1010 | }
|
971 | 1011 | }
|
972 | 1012 | }
|
0 commit comments