typeUnion type
| JSON representation |
|---|
{
// type
"static": {
object ( |
StaticMediaProcessing
Optional. Segment start time. Specified as a decimal number of seconds followed by an 's' suffix, e.g., "10.5s". Must be non-negative.
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
Optional. Segment end time. Specified as a decimal number of seconds followed by an 's' suffix, e.g., "30s". Must be non-negative and greater than startOffset if startOffset is set.
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
fpsnumber
Optional. Video frame-rate sampling density.
| JSON representation |
|---|
{ "startOffset": string, "endOffset": string, "fps": number } |