|
1008 | 1008 | "HlsOutputSelection": { |
1009 | 1009 | "base": null, |
1010 | 1010 | "refs": { |
1011 | | - "HlsGroupSettings$OutputSelection": "Generates the .m3u8 playlist file for this HLS output group. The segmentsOnly option will output segments without the .m3u8 file." |
| 1011 | + "HlsGroupSettings$OutputSelection": "MANIFESTSANDSEGMENTS: Generates manifests (master manifest, if applicable, and media manifests) for this output group.\n\nSEGMENTSONLY: Does not generate any manifests for this output group." |
1012 | 1012 | } |
1013 | 1013 | }, |
1014 | 1014 | "HlsOutputSettings": { |
|
1056 | 1056 | "HlsTimedMetadataScheduleActionSettings": { |
1057 | 1057 | "base": "Settings for the action to emit HLS metadata", |
1058 | 1058 | "refs": { |
1059 | | - "ScheduleActionSettings$HlsTimedMetadataSettings": "Settings to emit HLS metadata" |
| 1059 | + "ScheduleActionSettings$HlsTimedMetadataSettings": "Action to insert HLS metadata" |
1060 | 1060 | } |
1061 | 1061 | }, |
1062 | 1062 | "HlsTsFileMode": { |
1063 | 1063 | "base": null, |
1064 | 1064 | "refs": { |
1065 | | - "HlsGroupSettings$TsFileMode": "When set to \"singleFile\", emits the program as a single media resource (.ts) file, and uses #EXT-X-BYTERANGE tags to index segment for playback. Playback of VOD mode content during event is not guaranteed due to HTTP server caching." |
| 1065 | + "HlsGroupSettings$TsFileMode": "SEGMENTEDFILES: Emit the program as segments - multiple .ts media files.\n\nSINGLEFILE: Applies only if Mode field is VOD. Emit the program as a single .ts media file. The media manifest includes #EXT-X-BYTERANGE tags to index segments for playback. A typical use for this value is when sending the output to AWS Elemental MediaConvert, which can accept only a single media file. Playback while the channel is running is not guaranteed due to HTTP server caching." |
1066 | 1066 | } |
1067 | 1067 | }, |
1068 | 1068 | "HlsWebdavHttpTransferMode": { |
|
1080 | 1080 | "IFrameOnlyPlaylistType": { |
1081 | 1081 | "base": "When set to \"standard\", an I-Frame only playlist will be written out for each video output in the output group. This I-Frame only playlist will contain byte range offsets pointing to the I-frame(s) in each segment.", |
1082 | 1082 | "refs": { |
1083 | | - "HlsGroupSettings$IFrameOnlyPlaylists": "If enabled, writes out I-Frame only playlists in addition to media playlists." |
| 1083 | + "HlsGroupSettings$IFrameOnlyPlaylists": "DISABLED: Do not create an I-frame-only manifest, but do create the master and media manifests (according to the Output Selection field).\n\nSTANDARD: Create an I-frame-only manifest for each output that contains video, as well as the other manifests (according to the Output Selection field). The I-frame manifest contains a #EXT-X-I-FRAMES-ONLY tag to indicate it is I-frame only, and one or more #EXT-X-BYTERANGE entries identifying the I-frame position. For example, #EXT-X-BYTERANGE:160364@1461888\"" |
1084 | 1084 | } |
1085 | 1085 | }, |
1086 | 1086 | "Input": { |
|
1268 | 1268 | "InputSwitchScheduleActionSettings": { |
1269 | 1269 | "base": "Settings for the action to switch an input.", |
1270 | 1270 | "refs": { |
1271 | | - "ScheduleActionSettings$InputSwitchSettings": "Settings to switch an input" |
| 1271 | + "ScheduleActionSettings$InputSwitchSettings": "Action to switch the input" |
1272 | 1272 | } |
1273 | 1273 | }, |
1274 | 1274 | "InputType": { |
|
1616 | 1616 | "AudioCodecSettings$PassThroughSettings": null |
1617 | 1617 | } |
1618 | 1618 | }, |
| 1619 | + "PauseStateScheduleActionSettings": { |
| 1620 | + "base": "Settings for the action to set pause state of a channel.", |
| 1621 | + "refs": { |
| 1622 | + "ScheduleActionSettings$PauseStateSettings": "Action to pause or unpause one or both channel pipelines" |
| 1623 | + } |
| 1624 | + }, |
| 1625 | + "PipelineId": { |
| 1626 | + "base": "Pipeline ID", |
| 1627 | + "refs": { |
| 1628 | + "PipelinePauseStateSettings$PipelineId": "Pipeline ID to pause (\"PIPELINE_0\" or \"PIPELINE_1\")." |
| 1629 | + } |
| 1630 | + }, |
| 1631 | + "PipelinePauseStateSettings": { |
| 1632 | + "base": "Settings for pausing a pipeline.", |
| 1633 | + "refs": { |
| 1634 | + "__listOfPipelinePauseStateSettings$member": null |
| 1635 | + } |
| 1636 | + }, |
1619 | 1637 | "PurchaseOffering": { |
1620 | 1638 | "base": "PurchaseOffering request", |
1621 | 1639 | "refs": { |
|
1844 | 1862 | "Scte35ReturnToNetworkScheduleActionSettings": { |
1845 | 1863 | "base": "Settings for a SCTE-35 return_to_network message.", |
1846 | 1864 | "refs": { |
1847 | | - "ScheduleActionSettings$Scte35ReturnToNetworkSettings": "Settings for SCTE-35 return_to_network message" |
| 1865 | + "ScheduleActionSettings$Scte35ReturnToNetworkSettings": "Action to insert SCTE-35 return_to_network message" |
1848 | 1866 | } |
1849 | 1867 | }, |
1850 | 1868 | "Scte35SegmentationCancelIndicator": { |
|
1874 | 1892 | "Scte35SpliceInsertScheduleActionSettings": { |
1875 | 1893 | "base": "Settings for a SCTE-35 splice_insert message.", |
1876 | 1894 | "refs": { |
1877 | | - "ScheduleActionSettings$Scte35SpliceInsertSettings": "Settings for SCTE-35 splice_insert message" |
| 1895 | + "ScheduleActionSettings$Scte35SpliceInsertSettings": "Action to insert SCTE-35 splice_insert message" |
1878 | 1896 | } |
1879 | 1897 | }, |
1880 | 1898 | "Scte35SpliceInsertWebDeliveryAllowedBehavior": { |
|
1892 | 1910 | "Scte35TimeSignalScheduleActionSettings": { |
1893 | 1911 | "base": "Settings for a SCTE-35 time_signal.", |
1894 | 1912 | "refs": { |
1895 | | - "ScheduleActionSettings$Scte35TimeSignalSettings": "Settings for SCTE-35 time_signal message" |
| 1913 | + "ScheduleActionSettings$Scte35TimeSignalSettings": "Action to insert SCTE-35 time_signal message" |
1896 | 1914 | } |
1897 | 1915 | }, |
1898 | 1916 | "Scte35WebDeliveryAllowedFlag": { |
|
1964 | 1982 | "StaticImageActivateScheduleActionSettings": { |
1965 | 1983 | "base": "Settings for the action to activate a static image.", |
1966 | 1984 | "refs": { |
1967 | | - "ScheduleActionSettings$StaticImageActivateSettings": "Settings to activate a static image overlay" |
| 1985 | + "ScheduleActionSettings$StaticImageActivateSettings": "Action to activate a static image overlay" |
1968 | 1986 | } |
1969 | 1987 | }, |
1970 | 1988 | "StaticImageDeactivateScheduleActionSettings": { |
1971 | 1989 | "base": "Settings for the action to deactivate the image in a specific layer.", |
1972 | 1990 | "refs": { |
1973 | | - "ScheduleActionSettings$StaticImageDeactivateSettings": "Settings to deactivate a static image overlay" |
| 1991 | + "ScheduleActionSettings$StaticImageDeactivateSettings": "Action to deactivate a static image overlay" |
1974 | 1992 | } |
1975 | 1993 | }, |
1976 | 1994 | "StaticKeySettings": { |
|
1983 | 2001 | "base": null, |
1984 | 2002 | "refs": { |
1985 | 2003 | "Channel$Tags": "A collection of key-value pairs.", |
| 2004 | + "ChannelSummary$Tags": "A collection of key-value pairs.", |
1986 | 2005 | "CreateChannel$Tags": "A collection of key-value pairs.", |
1987 | 2006 | "CreateInput$Tags": "A collection of key-value pairs.", |
1988 | 2007 | "Input$Tags": "A collection of key-value pairs.", |
|
2421 | 2440 | "H264Settings$FramerateDenominator": "Framerate denominator.", |
2422 | 2441 | "H264Settings$FramerateNumerator": "Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.", |
2423 | 2442 | "H264Settings$ParDenominator": "Pixel Aspect Ratio denominator.", |
2424 | | - "HlsGroupSettings$KeepSegments": "If mode is \"live\", the number of TS segments to retain in the destination directory. If mode is \"vod\", this parameter has no effect.", |
| 2443 | + "HlsGroupSettings$KeepSegments": "Applies only if Mode field is LIVE. Specifies the number of media segments (.ts files) to retain in the destination directory.", |
2425 | 2444 | "HlsGroupSettings$SegmentLength": "Length of MPEG-2 Transport Stream segments to create (in seconds). Note that segments will end on the next keyframe after this number of seconds, so actual segment length may be longer.", |
2426 | 2445 | "HlsGroupSettings$SegmentsPerSubdirectory": "Number of segments to write to a subdirectory before starting a new one. directoryStructure must be subdirectoryPerStream for this setting to have an effect.", |
2427 | 2446 | "MsSmoothGroupSettings$FragmentLength": "Length of mp4 fragments to generate (in seconds). Fragment length must be compatible with GOP size and framerate.", |
|
2530 | 2549 | "__integerMin3": { |
2531 | 2550 | "base": null, |
2532 | 2551 | "refs": { |
2533 | | - "HlsGroupSettings$IndexNSegments": "If mode is \"live\", the number of segments to retain in the manifest (.m3u8) file. This number must be less than or equal to keepSegments. If mode is \"vod\", this parameter has no effect." |
| 2552 | + "HlsGroupSettings$IndexNSegments": "Applies only if Mode field is LIVE. Specifies the maximum number of segments in the media manifest file. After this maximum, older segments are removed from the media manifest. This number must be less than or equal to the Keep Segments field." |
2534 | 2553 | } |
2535 | 2554 | }, |
2536 | 2555 | "__integerMin30": { |
|
2737 | 2756 | "EncoderSettings$OutputGroups": null |
2738 | 2757 | } |
2739 | 2758 | }, |
| 2759 | + "__listOfPipelinePauseStateSettings": { |
| 2760 | + "base": null, |
| 2761 | + "refs": { |
| 2762 | + "PauseStateScheduleActionSettings$Pipelines": null |
| 2763 | + } |
| 2764 | + }, |
2740 | 2765 | "__listOfReservation": { |
2741 | 2766 | "base": null, |
2742 | 2767 | "refs": { |
|
0 commit comments