Skip to content

Commit

Permalink
Remove readonly on segment length property (Azure#16513)
Browse files Browse the repository at this point in the history
  • Loading branch information
giakas authored and LeiWang3 committed Mar 31, 2022
1 parent bafda1a commit 7196993
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
"properties": {
"segmentLength": {
"type": "string",
"description": "Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. \"PT30S\" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments.",
"readOnly": true
"description": "Video segment length indicates the length of individual video files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. \"PT30S\" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments."
}
},
"type": "object",
Expand Down Expand Up @@ -165,8 +164,7 @@
},
"mediaInfo": {
"$ref": "#/definitions/VideoMediaInfo",
"description": "Contains information about the video and audio content.",
"readOnly": true
"description": "Contains information about the video and audio content."
},
"archival": {
"$ref": "#/definitions/VideoArchival",
Expand Down

0 comments on commit 7196993

Please sign in to comment.