Lines Matching defs:ProresSettings

16189 type ProresSettings struct {  struct
16190 _ struct{} `type:"structure"`
16194 CodecProfile *string `locationName:"codecProfile" type:"string" enum:"ProresCodecProfile"`
16207 …merateControl *string `locationName:"framerateControl" type:"string" enum:"ProresFramerateControl"`
16211 …ocationName:"framerateConversionAlgorithm" type:"string" enum:"ProresFramerateConversionAlgorithm"`
16214 FramerateDenominator *int64 `locationName:"framerateDenominator" min:"1" type:"integer"`
16220 FramerateNumerator *int64 `locationName:"framerateNumerator" min:"1" type:"integer"`
16233 InterlaceMode *string `locationName:"interlaceMode" type:"string" enum:"ProresInterlaceMode"`
16242 ParControl *string `locationName:"parControl" type:"string" enum:"ProresParControl"`
16250 ParDenominator *int64 `locationName:"parDenominator" min:"1" type:"integer"`
16258 ParNumerator *int64 `locationName:"parNumerator" min:"1" type:"integer"`
16262 SlowPal *string `locationName:"slowPal" type:"string" enum:"ProresSlowPal"`
16268 Telecine *string `locationName:"telecine" type:"string" enum:"ProresTelecine"`
16272 func (s ProresSettings) String() string {
16277 func (s ProresSettings) GoString() string {
16282 func (s *ProresSettings) Validate() error {
16304 func (s *ProresSettings) SetCodecProfile(v string) *ProresSettings {
16310 func (s *ProresSettings) SetFramerateControl(v string) *ProresSettings {
16316 func (s *ProresSettings) SetFramerateConversionAlgorithm(v string) *ProresSettings {
16322 func (s *ProresSettings) SetFramerateDenominator(v int64) *ProresSettings {
16328 func (s *ProresSettings) SetFramerateNumerator(v int64) *ProresSettings {
16334 func (s *ProresSettings) SetInterlaceMode(v string) *ProresSettings {
16340 func (s *ProresSettings) SetParControl(v string) *ProresSettings {
16346 func (s *ProresSettings) SetParDenominator(v int64) *ProresSettings {
16352 func (s *ProresSettings) SetParNumerator(v int64) *ProresSettings {
16358 func (s *ProresSettings) SetSlowPal(v string) *ProresSettings {
16364 func (s *ProresSettings) SetTelecine(v string) *ProresSettings {
18185 ProresSettings *ProresSettings `locationName:"proresSettings" type:"structure"` member