Lines Matching defs:ProresSettings

9590 type ProresSettings struct {  struct
9591 _ struct{} `type:"structure"`
9595 CodecProfile *string `locationName:"codecProfile" type:"string" enum:"ProresCodecProfile"`
9600 …merateControl *string `locationName:"framerateControl" type:"string" enum:"ProresFramerateControl"`
9603 …ocationName:"framerateConversionAlgorithm" type:"string" enum:"ProresFramerateConversionAlgorithm"`
9606 FramerateDenominator *int64 `locationName:"framerateDenominator" type:"integer"`
9612 FramerateNumerator *int64 `locationName:"framerateNumerator" type:"integer"`
9625 InterlaceMode *string `locationName:"interlaceMode" type:"string" enum:"ProresInterlaceMode"`
9632 ParControl *string `locationName:"parControl" type:"string" enum:"ProresParControl"`
9635 ParDenominator *int64 `locationName:"parDenominator" type:"integer"`
9638 ParNumerator *int64 `locationName:"parNumerator" type:"integer"`
9642 SlowPal *string `locationName:"slowPal" type:"string" enum:"ProresSlowPal"`
9648 Telecine *string `locationName:"telecine" type:"string" enum:"ProresTelecine"`
9652 func (s ProresSettings) String() string {
9657 func (s ProresSettings) GoString() string {
9662 func (s *ProresSettings) SetCodecProfile(v string) *ProresSettings {
9668 func (s *ProresSettings) SetFramerateControl(v string) *ProresSettings {
9674 func (s *ProresSettings) SetFramerateConversionAlgorithm(v string) *ProresSettings {
9680 func (s *ProresSettings) SetFramerateDenominator(v int64) *ProresSettings {
9686 func (s *ProresSettings) SetFramerateNumerator(v int64) *ProresSettings {
9692 func (s *ProresSettings) SetInterlaceMode(v string) *ProresSettings {
9698 func (s *ProresSettings) SetParControl(v string) *ProresSettings {
9704 func (s *ProresSettings) SetParDenominator(v int64) *ProresSettings {
9710 func (s *ProresSettings) SetParNumerator(v int64) *ProresSettings {
9716 func (s *ProresSettings) SetSlowPal(v string) *ProresSettings {
9722 func (s *ProresSettings) SetTelecine(v string) *ProresSettings {
10632 ProresSettings *ProresSettings `locationName:"proresSettings" type:"structure"` member