Lines Matching defs:ProresSettings

18405 type ProresSettings struct {  struct
18406 _ struct{} `type:"structure"`
18422 ChromaSampling *string `locationName:"chromaSampling" type:"string" enum:"ProresChromaSampling"`
18426 CodecProfile *string `locationName:"codecProfile" type:"string" enum:"ProresCodecProfile"`
18439 …merateControl *string `locationName:"framerateControl" type:"string" enum:"ProresFramerateControl"`
18451 …ocationName:"framerateConversionAlgorithm" type:"string" enum:"ProresFramerateConversionAlgorithm"`
18459 FramerateDenominator *int64 `locationName:"framerateDenominator" min:"1" type:"integer"`
18467 FramerateNumerator *int64 `locationName:"framerateNumerator" min:"1" type:"integer"`
18481 InterlaceMode *string `locationName:"interlaceMode" type:"string" enum:"ProresInterlaceMode"`
18490 ParControl *string `locationName:"parControl" type:"string" enum:"ProresParControl"`
18498 ParDenominator *int64 `locationName:"parDenominator" min:"1" type:"integer"`
18506 ParNumerator *int64 `locationName:"parNumerator" min:"1" type:"integer"`
18521 …e *string `locationName:"scanTypeConversionMode" type:"string" enum:"ProresScanTypeConversionMode"`
18531 SlowPal *string `locationName:"slowPal" type:"string" enum:"ProresSlowPal"`
18539 Telecine *string `locationName:"telecine" type:"string" enum:"ProresTelecine"`
18543 func (s ProresSettings) String() string {
18548 func (s ProresSettings) GoString() string {
18553 func (s *ProresSettings) Validate() error {
18575 func (s *ProresSettings) SetChromaSampling(v string) *ProresSettings {
18581 func (s *ProresSettings) SetCodecProfile(v string) *ProresSettings {
18587 func (s *ProresSettings) SetFramerateControl(v string) *ProresSettings {
18593 func (s *ProresSettings) SetFramerateConversionAlgorithm(v string) *ProresSettings {
18599 func (s *ProresSettings) SetFramerateDenominator(v int64) *ProresSettings {
18605 func (s *ProresSettings) SetFramerateNumerator(v int64) *ProresSettings {
18611 func (s *ProresSettings) SetInterlaceMode(v string) *ProresSettings {
18617 func (s *ProresSettings) SetParControl(v string) *ProresSettings {
18623 func (s *ProresSettings) SetParDenominator(v int64) *ProresSettings {
18629 func (s *ProresSettings) SetParNumerator(v int64) *ProresSettings {
18635 func (s *ProresSettings) SetScanTypeConversionMode(v string) *ProresSettings {
18641 func (s *ProresSettings) SetSlowPal(v string) *ProresSettings {
18647 func (s *ProresSettings) SetTelecine(v string) *ProresSettings {
20697 ProresSettings *ProresSettings `locationName:"proresSettings" type:"structure"` member