ONVIF::Device::Types::WhiteBalanceOptions20
Contents
Description
Perl data type class for the XML Schema defined complexType WhiteBalanceOptions20 from the namespace
http://www.onvif.org/ver10/schema.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
• Mode
• YrGain
• YbGain
• Extension
Methods
new
Constructor. The following data structure may be passed to new():
{ # ONVIF::Device::Types::WhiteBalanceOptions20
Mode => $some_value, # WhiteBalanceMode
YrGain => { # ONVIF::Device::Types::FloatRange
Min => $some_value, # float
Max => $some_value, # float
},
YbGain => { # ONVIF::Device::Types::FloatRange
Min => $some_value, # float
Max => $some_value, # float
},
Extension => { # ONVIF::Device::Types::WhiteBalanceOptions20Extension
},
},
Name
ONVIF::Device::Types::WhiteBalanceOptions20
