ONVIF::Media::Types::IrCutFilterAutoAdjustmentOptions
Contents
Description
Perl data type class for the XML Schema defined complexType IrCutFilterAutoAdjustmentOptions from the
namespace http://www.onvif.org/ver10/schema.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
• BoundaryType
• BoundaryOffset
• ResponseTimeRange
• Extension
Methods
new
Constructor. The following data structure may be passed to new():
{ # ONVIF::Media::Types::IrCutFilterAutoAdjustmentOptions
BoundaryType => $some_value, # string
BoundaryOffset => $some_value, # boolean
ResponseTimeRange => { # ONVIF::Media::Types::DurationRange
Min => $some_value, # duration
Max => $some_value, # duration
},
Extension => { # ONVIF::Media::Types::IrCutFilterAutoAdjustmentOptionsExtension
},
},
Name
ONVIF::Media::Types::IrCutFilterAutoAdjustmentOptions
