Class: TencentCloud::Ivld::V20210903::VideoRotationMode
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ivld::V20210903::VideoRotationMode
- Defined in:
- lib/v20210903/models.rb
Overview
视频横转竖的控制参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(activevideorotation = nil) ⇒ VideoRotationMode
constructor
A new instance of VideoRotationMode.
Constructor Details
#initialize(activevideorotation = nil) ⇒ VideoRotationMode
Returns a new instance of VideoRotationMode.
3063 3064 3065 |
# File 'lib/v20210903/models.rb', line 3063 def initialize(activevideorotation=nil) @ActiveVideoRotation = activevideorotation end |
Instance Attribute Details
#ActiveVideoRotation ⇒ Object
3061 3062 3063 |
# File 'lib/v20210903/models.rb', line 3061 def ActiveVideoRotation @ActiveVideoRotation end |
Instance Method Details
#deserialize(params) ⇒ Object
3067 3068 3069 |
# File 'lib/v20210903/models.rb', line 3067 def deserialize(params) @ActiveVideoRotation = params['ActiveVideoRotation'] end |