Documentation ¶
Index ¶
- type Audio
- type AudioAttributes
- func (a AudioAttributes) AudioPackingMode() terra.StringValue
- func (a AudioAttributes) BitRate() terra.StringValue
- func (a AudioAttributes) Channels() terra.StringValue
- func (a AudioAttributes) Codec() terra.StringValue
- func (a AudioAttributes) InternalRef() (terra.Reference, error)
- func (a AudioAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a AudioAttributes) InternalWithRef(ref terra.Reference) AudioAttributes
- func (a AudioAttributes) SampleRate() terra.StringValue
- type AudioCodecOptions
- type AudioCodecOptionsAttributes
- func (aco AudioCodecOptionsAttributes) BitDepth() terra.StringValue
- func (aco AudioCodecOptionsAttributes) BitOrder() terra.StringValue
- func (aco AudioCodecOptionsAttributes) InternalRef() (terra.Reference, error)
- func (aco AudioCodecOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (aco AudioCodecOptionsAttributes) InternalWithRef(ref terra.Reference) AudioCodecOptionsAttributes
- func (aco AudioCodecOptionsAttributes) Profile() terra.StringValue
- func (aco AudioCodecOptionsAttributes) Signed() terra.StringValue
- type AudioCodecOptionsState
- type AudioState
- type Thumbnails
- type ThumbnailsAttributes
- func (t ThumbnailsAttributes) AspectRatio() terra.StringValue
- func (t ThumbnailsAttributes) Format() terra.StringValue
- func (t ThumbnailsAttributes) InternalRef() (terra.Reference, error)
- func (t ThumbnailsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t ThumbnailsAttributes) InternalWithRef(ref terra.Reference) ThumbnailsAttributes
- func (t ThumbnailsAttributes) Interval() terra.StringValue
- func (t ThumbnailsAttributes) MaxHeight() terra.StringValue
- func (t ThumbnailsAttributes) MaxWidth() terra.StringValue
- func (t ThumbnailsAttributes) PaddingPolicy() terra.StringValue
- func (t ThumbnailsAttributes) Resolution() terra.StringValue
- func (t ThumbnailsAttributes) SizingPolicy() terra.StringValue
- type ThumbnailsState
- type Video
- type VideoAttributes
- func (v VideoAttributes) AspectRatio() terra.StringValue
- func (v VideoAttributes) BitRate() terra.StringValue
- func (v VideoAttributes) Codec() terra.StringValue
- func (v VideoAttributes) DisplayAspectRatio() terra.StringValue
- func (v VideoAttributes) FixedGop() terra.StringValue
- func (v VideoAttributes) FrameRate() terra.StringValue
- func (v VideoAttributes) InternalRef() (terra.Reference, error)
- func (v VideoAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (v VideoAttributes) InternalWithRef(ref terra.Reference) VideoAttributes
- func (v VideoAttributes) KeyframesMaxDist() terra.StringValue
- func (v VideoAttributes) MaxFrameRate() terra.StringValue
- func (v VideoAttributes) MaxHeight() terra.StringValue
- func (v VideoAttributes) MaxWidth() terra.StringValue
- func (v VideoAttributes) PaddingPolicy() terra.StringValue
- func (v VideoAttributes) Resolution() terra.StringValue
- func (v VideoAttributes) SizingPolicy() terra.StringValue
- type VideoState
- type VideoWatermarks
- type VideoWatermarksAttributes
- func (vw VideoWatermarksAttributes) HorizontalAlign() terra.StringValue
- func (vw VideoWatermarksAttributes) HorizontalOffset() terra.StringValue
- func (vw VideoWatermarksAttributes) Id() terra.StringValue
- func (vw VideoWatermarksAttributes) InternalRef() (terra.Reference, error)
- func (vw VideoWatermarksAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vw VideoWatermarksAttributes) InternalWithRef(ref terra.Reference) VideoWatermarksAttributes
- func (vw VideoWatermarksAttributes) MaxHeight() terra.StringValue
- func (vw VideoWatermarksAttributes) MaxWidth() terra.StringValue
- func (vw VideoWatermarksAttributes) Opacity() terra.StringValue
- func (vw VideoWatermarksAttributes) SizingPolicy() terra.StringValue
- func (vw VideoWatermarksAttributes) Target() terra.StringValue
- func (vw VideoWatermarksAttributes) VerticalAlign() terra.StringValue
- func (vw VideoWatermarksAttributes) VerticalOffset() terra.StringValue
- type VideoWatermarksState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Audio ¶
type Audio struct { // AudioPackingMode: string, optional AudioPackingMode terra.StringValue `hcl:"audio_packing_mode,attr"` // BitRate: string, optional BitRate terra.StringValue `hcl:"bit_rate,attr"` // Channels: string, optional Channels terra.StringValue `hcl:"channels,attr"` // Codec: string, optional Codec terra.StringValue `hcl:"codec,attr"` // SampleRate: string, optional SampleRate terra.StringValue `hcl:"sample_rate,attr"` }
type AudioAttributes ¶
type AudioAttributes struct {
// contains filtered or unexported fields
}
func (AudioAttributes) AudioPackingMode ¶
func (a AudioAttributes) AudioPackingMode() terra.StringValue
func (AudioAttributes) BitRate ¶
func (a AudioAttributes) BitRate() terra.StringValue
func (AudioAttributes) Channels ¶
func (a AudioAttributes) Channels() terra.StringValue
func (AudioAttributes) Codec ¶
func (a AudioAttributes) Codec() terra.StringValue
func (AudioAttributes) InternalRef ¶
func (a AudioAttributes) InternalRef() (terra.Reference, error)
func (AudioAttributes) InternalTokens ¶
func (a AudioAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AudioAttributes) InternalWithRef ¶
func (a AudioAttributes) InternalWithRef(ref terra.Reference) AudioAttributes
func (AudioAttributes) SampleRate ¶
func (a AudioAttributes) SampleRate() terra.StringValue
type AudioCodecOptions ¶
type AudioCodecOptions struct { // BitDepth: string, optional BitDepth terra.StringValue `hcl:"bit_depth,attr"` // BitOrder: string, optional BitOrder terra.StringValue `hcl:"bit_order,attr"` // Profile: string, optional Profile terra.StringValue `hcl:"profile,attr"` // Signed: string, optional Signed terra.StringValue `hcl:"signed,attr"` }
type AudioCodecOptionsAttributes ¶
type AudioCodecOptionsAttributes struct {
// contains filtered or unexported fields
}
func (AudioCodecOptionsAttributes) BitDepth ¶
func (aco AudioCodecOptionsAttributes) BitDepth() terra.StringValue
func (AudioCodecOptionsAttributes) BitOrder ¶
func (aco AudioCodecOptionsAttributes) BitOrder() terra.StringValue
func (AudioCodecOptionsAttributes) InternalRef ¶
func (aco AudioCodecOptionsAttributes) InternalRef() (terra.Reference, error)
func (AudioCodecOptionsAttributes) InternalTokens ¶
func (aco AudioCodecOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AudioCodecOptionsAttributes) InternalWithRef ¶
func (aco AudioCodecOptionsAttributes) InternalWithRef(ref terra.Reference) AudioCodecOptionsAttributes
func (AudioCodecOptionsAttributes) Profile ¶
func (aco AudioCodecOptionsAttributes) Profile() terra.StringValue
func (AudioCodecOptionsAttributes) Signed ¶
func (aco AudioCodecOptionsAttributes) Signed() terra.StringValue
type AudioCodecOptionsState ¶
type AudioState ¶
type Thumbnails ¶
type Thumbnails struct { // AspectRatio: string, optional AspectRatio terra.StringValue `hcl:"aspect_ratio,attr"` // Format: string, optional Format terra.StringValue `hcl:"format,attr"` // Interval: string, optional Interval terra.StringValue `hcl:"interval,attr"` // MaxHeight: string, optional MaxHeight terra.StringValue `hcl:"max_height,attr"` // MaxWidth: string, optional MaxWidth terra.StringValue `hcl:"max_width,attr"` // PaddingPolicy: string, optional PaddingPolicy terra.StringValue `hcl:"padding_policy,attr"` // Resolution: string, optional Resolution terra.StringValue `hcl:"resolution,attr"` // SizingPolicy: string, optional SizingPolicy terra.StringValue `hcl:"sizing_policy,attr"` }
type ThumbnailsAttributes ¶
type ThumbnailsAttributes struct {
// contains filtered or unexported fields
}
func (ThumbnailsAttributes) AspectRatio ¶
func (t ThumbnailsAttributes) AspectRatio() terra.StringValue
func (ThumbnailsAttributes) Format ¶
func (t ThumbnailsAttributes) Format() terra.StringValue
func (ThumbnailsAttributes) InternalRef ¶
func (t ThumbnailsAttributes) InternalRef() (terra.Reference, error)
func (ThumbnailsAttributes) InternalTokens ¶
func (t ThumbnailsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ThumbnailsAttributes) InternalWithRef ¶
func (t ThumbnailsAttributes) InternalWithRef(ref terra.Reference) ThumbnailsAttributes
func (ThumbnailsAttributes) Interval ¶
func (t ThumbnailsAttributes) Interval() terra.StringValue
func (ThumbnailsAttributes) MaxHeight ¶
func (t ThumbnailsAttributes) MaxHeight() terra.StringValue
func (ThumbnailsAttributes) MaxWidth ¶
func (t ThumbnailsAttributes) MaxWidth() terra.StringValue
func (ThumbnailsAttributes) PaddingPolicy ¶
func (t ThumbnailsAttributes) PaddingPolicy() terra.StringValue
func (ThumbnailsAttributes) Resolution ¶
func (t ThumbnailsAttributes) Resolution() terra.StringValue
func (ThumbnailsAttributes) SizingPolicy ¶
func (t ThumbnailsAttributes) SizingPolicy() terra.StringValue
type ThumbnailsState ¶
type ThumbnailsState struct { AspectRatio string `json:"aspect_ratio"` Format string `json:"format"` Interval string `json:"interval"` MaxHeight string `json:"max_height"` MaxWidth string `json:"max_width"` PaddingPolicy string `json:"padding_policy"` Resolution string `json:"resolution"` SizingPolicy string `json:"sizing_policy"` }
type Video ¶
type Video struct { // AspectRatio: string, optional AspectRatio terra.StringValue `hcl:"aspect_ratio,attr"` // BitRate: string, optional BitRate terra.StringValue `hcl:"bit_rate,attr"` // Codec: string, optional Codec terra.StringValue `hcl:"codec,attr"` // DisplayAspectRatio: string, optional DisplayAspectRatio terra.StringValue `hcl:"display_aspect_ratio,attr"` // FixedGop: string, optional FixedGop terra.StringValue `hcl:"fixed_gop,attr"` // FrameRate: string, optional FrameRate terra.StringValue `hcl:"frame_rate,attr"` // KeyframesMaxDist: string, optional KeyframesMaxDist terra.StringValue `hcl:"keyframes_max_dist,attr"` // MaxFrameRate: string, optional MaxFrameRate terra.StringValue `hcl:"max_frame_rate,attr"` // MaxHeight: string, optional MaxHeight terra.StringValue `hcl:"max_height,attr"` // MaxWidth: string, optional MaxWidth terra.StringValue `hcl:"max_width,attr"` // PaddingPolicy: string, optional PaddingPolicy terra.StringValue `hcl:"padding_policy,attr"` // Resolution: string, optional Resolution terra.StringValue `hcl:"resolution,attr"` // SizingPolicy: string, optional SizingPolicy terra.StringValue `hcl:"sizing_policy,attr"` }
type VideoAttributes ¶
type VideoAttributes struct {
// contains filtered or unexported fields
}
func (VideoAttributes) AspectRatio ¶
func (v VideoAttributes) AspectRatio() terra.StringValue
func (VideoAttributes) BitRate ¶
func (v VideoAttributes) BitRate() terra.StringValue
func (VideoAttributes) Codec ¶
func (v VideoAttributes) Codec() terra.StringValue
func (VideoAttributes) DisplayAspectRatio ¶
func (v VideoAttributes) DisplayAspectRatio() terra.StringValue
func (VideoAttributes) FixedGop ¶
func (v VideoAttributes) FixedGop() terra.StringValue
func (VideoAttributes) FrameRate ¶
func (v VideoAttributes) FrameRate() terra.StringValue
func (VideoAttributes) InternalRef ¶
func (v VideoAttributes) InternalRef() (terra.Reference, error)
func (VideoAttributes) InternalTokens ¶
func (v VideoAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VideoAttributes) InternalWithRef ¶
func (v VideoAttributes) InternalWithRef(ref terra.Reference) VideoAttributes
func (VideoAttributes) KeyframesMaxDist ¶
func (v VideoAttributes) KeyframesMaxDist() terra.StringValue
func (VideoAttributes) MaxFrameRate ¶
func (v VideoAttributes) MaxFrameRate() terra.StringValue
func (VideoAttributes) MaxHeight ¶
func (v VideoAttributes) MaxHeight() terra.StringValue
func (VideoAttributes) MaxWidth ¶
func (v VideoAttributes) MaxWidth() terra.StringValue
func (VideoAttributes) PaddingPolicy ¶
func (v VideoAttributes) PaddingPolicy() terra.StringValue
func (VideoAttributes) Resolution ¶
func (v VideoAttributes) Resolution() terra.StringValue
func (VideoAttributes) SizingPolicy ¶
func (v VideoAttributes) SizingPolicy() terra.StringValue
type VideoState ¶
type VideoState struct { AspectRatio string `json:"aspect_ratio"` BitRate string `json:"bit_rate"` Codec string `json:"codec"` DisplayAspectRatio string `json:"display_aspect_ratio"` FixedGop string `json:"fixed_gop"` FrameRate string `json:"frame_rate"` KeyframesMaxDist string `json:"keyframes_max_dist"` MaxFrameRate string `json:"max_frame_rate"` MaxHeight string `json:"max_height"` MaxWidth string `json:"max_width"` PaddingPolicy string `json:"padding_policy"` Resolution string `json:"resolution"` SizingPolicy string `json:"sizing_policy"` }
type VideoWatermarks ¶
type VideoWatermarks struct { // HorizontalAlign: string, optional HorizontalAlign terra.StringValue `hcl:"horizontal_align,attr"` // HorizontalOffset: string, optional HorizontalOffset terra.StringValue `hcl:"horizontal_offset,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // MaxHeight: string, optional MaxHeight terra.StringValue `hcl:"max_height,attr"` // MaxWidth: string, optional MaxWidth terra.StringValue `hcl:"max_width,attr"` // Opacity: string, optional Opacity terra.StringValue `hcl:"opacity,attr"` // SizingPolicy: string, optional SizingPolicy terra.StringValue `hcl:"sizing_policy,attr"` // Target: string, optional Target terra.StringValue `hcl:"target,attr"` // VerticalAlign: string, optional VerticalAlign terra.StringValue `hcl:"vertical_align,attr"` // VerticalOffset: string, optional VerticalOffset terra.StringValue `hcl:"vertical_offset,attr"` }
type VideoWatermarksAttributes ¶
type VideoWatermarksAttributes struct {
// contains filtered or unexported fields
}
func (VideoWatermarksAttributes) HorizontalAlign ¶
func (vw VideoWatermarksAttributes) HorizontalAlign() terra.StringValue
func (VideoWatermarksAttributes) HorizontalOffset ¶
func (vw VideoWatermarksAttributes) HorizontalOffset() terra.StringValue
func (VideoWatermarksAttributes) Id ¶
func (vw VideoWatermarksAttributes) Id() terra.StringValue
func (VideoWatermarksAttributes) InternalRef ¶
func (vw VideoWatermarksAttributes) InternalRef() (terra.Reference, error)
func (VideoWatermarksAttributes) InternalTokens ¶
func (vw VideoWatermarksAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VideoWatermarksAttributes) InternalWithRef ¶
func (vw VideoWatermarksAttributes) InternalWithRef(ref terra.Reference) VideoWatermarksAttributes
func (VideoWatermarksAttributes) MaxHeight ¶
func (vw VideoWatermarksAttributes) MaxHeight() terra.StringValue
func (VideoWatermarksAttributes) MaxWidth ¶
func (vw VideoWatermarksAttributes) MaxWidth() terra.StringValue
func (VideoWatermarksAttributes) Opacity ¶
func (vw VideoWatermarksAttributes) Opacity() terra.StringValue
func (VideoWatermarksAttributes) SizingPolicy ¶
func (vw VideoWatermarksAttributes) SizingPolicy() terra.StringValue
func (VideoWatermarksAttributes) Target ¶
func (vw VideoWatermarksAttributes) Target() terra.StringValue
func (VideoWatermarksAttributes) VerticalAlign ¶
func (vw VideoWatermarksAttributes) VerticalAlign() terra.StringValue
func (VideoWatermarksAttributes) VerticalOffset ¶
func (vw VideoWatermarksAttributes) VerticalOffset() terra.StringValue
type VideoWatermarksState ¶
type VideoWatermarksState struct { HorizontalAlign string `json:"horizontal_align"` HorizontalOffset string `json:"horizontal_offset"` Id string `json:"id"` MaxHeight string `json:"max_height"` MaxWidth string `json:"max_width"` Opacity string `json:"opacity"` SizingPolicy string `json:"sizing_policy"` Target string `json:"target"` VerticalAlign string `json:"vertical_align"` VerticalOffset string `json:"vertical_offset"` }
Click to show internal directories.
Click to hide internal directories.