ONVIF::Device::Types::Profile - Online Linux Manual PageSection : 3
Updated : 2021-04-21
Source : perl v5.32.1
Note : User Contributed Perl Documentation
NAMEONVIF::Device::Types::Profile
DESCRIPTIONPerl data type class for the XML Schema defined complexType Profile from the namespace http://www.onvif.org/ver10/schema. A profile consists of a set of interconnected configuration entities. Configurations are provided by the NVT and can be either static or created dynamically by the NVT. For example, the dynamic configurations can be created by the NVT depending on current available encoding resources.
PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods: • Name • VideoSourceConfiguration • AudioSourceConfiguration • VideoEncoderConfiguration • AudioEncoderConfiguration • VideoAnalyticsConfiguration • PTZConfiguration • MetadataConfiguration • Extension
METHODS
newConstructor. The following data structure may be passed to new(): { # ONVIF::Device::Types::Profile
Name => $some_value, # Name
VideoSourceConfiguration => { # ONVIF::Device::Types::VideoSourceConfiguration
SourceToken => $some_value, # ReferenceToken
Bounds => ,
Extension => { # ONVIF::Device::Types::VideoSourceConfigurationExtension
Rotate => { # ONVIF::Device::Types::Rotate
Mode => $some_value, # RotateMode
Degree => $some_value, # int
Extension => { # ONVIF::Device::Types::RotateExtension
},
},
Extension => { # ONVIF::Device::Types::VideoSourceConfigurationExtension2
},
},
},
AudioSourceConfiguration => { # ONVIF::Device::Types::AudioSourceConfiguration
SourceToken => $some_value, # ReferenceToken
},
VideoEncoderConfiguration => { # ONVIF::Device::Types::VideoEncoderConfiguration
Encoding => $some_value, # VideoEncoding
Resolution => { # ONVIF::Device::Types::VideoResolution
Width => $some_value, # int
Height => $some_value, # int
},
Quality => $some_value, # float
RateControl => { # ONVIF::Device::Types::VideoRateControl
FrameRateLimit => $some_value, # int
EncodingInterval => $some_value, # int
BitrateLimit => $some_value, # int
},
MPEG4 => { # ONVIF::Device::Types::Mpeg4Configuration
GovLength => $some_value, # int
Mpeg4Profile => $some_value, # Mpeg4Profile
},
H264 => { # ONVIF::Device::Types::H264Configuration
GovLength => $some_value, # int
H264Profile => $some_value, # H264Profile
},
Multicast => { # ONVIF::Device::Types::MulticastConfiguration
Address => { # ONVIF::Device::Types::IPAddress
Type => $some_value, # IPType
IPv4Address => $some_value, # IPv4Address
IPv6Address => $some_value, # IPv6Address
},
Port => $some_value, # int
TTL => $some_value, # int
AutoStart => $some_value, # boolean
},
SessionTimeout => $some_value, # duration
},
AudioEncoderConfiguration => { # ONVIF::Device::Types::AudioEncoderConfiguration
Encoding => $some_value, # AudioEncoding
Bitrate => $some_value, # int
SampleRate => $some_value, # int
Multicast => { # ONVIF::Device::Types::MulticastConfiguration
Address => { # ONVIF::Device::Types::IPAddress
Type => $some_value, # IPType
IPv4Address => $some_value, # IPv4Address
IPv6Address => $some_value, # IPv6Address
},
Port => $some_value, # int
TTL => $some_value, # int
AutoStart => $some_value, # boolean
},
SessionTimeout => $some_value, # duration
},
VideoAnalyticsConfiguration => { # ONVIF::Device::Types::VideoAnalyticsConfiguration
AnalyticsEngineConfiguration => { # ONVIF::Device::Types::AnalyticsEngineConfiguration
AnalyticsModule => { # ONVIF::Device::Types::Config
Parameters => { # ONVIF::Device::Types::ItemList
SimpleItem => ,
ElementItem => {
},
Extension => { # ONVIF::Device::Types::ItemListExtension
},
},
},
Extension => { # ONVIF::Device::Types::AnalyticsEngineConfigurationExtension
},
},
RuleEngineConfiguration => { # ONVIF::Device::Types::RuleEngineConfiguration
Rule => { # ONVIF::Device::Types::Config
Parameters => { # ONVIF::Device::Types::ItemList
SimpleItem => ,
ElementItem => {
},
Extension => { # ONVIF::Device::Types::ItemListExtension
},
},
},
Extension => { # ONVIF::Device::Types::RuleEngineConfigurationExtension
},
},
},
PTZConfiguration => { # ONVIF::Device::Types::PTZConfiguration
NodeToken => $some_value, # ReferenceToken
DefaultAbsolutePantTiltPositionSpace => $some_value, # anyURI
DefaultAbsoluteZoomPositionSpace => $some_value, # anyURI
DefaultRelativePanTiltTranslationSpace => $some_value, # anyURI
DefaultRelativeZoomTranslationSpace => $some_value, # anyURI
DefaultContinuousPanTiltVelocitySpace => $some_value, # anyURI
DefaultContinuousZoomVelocitySpace => $some_value, # anyURI
DefaultPTZSpeed => { # ONVIF::Device::Types::PTZSpeed
PanTilt => ,
Zoom => ,
},
DefaultPTZTimeout => $some_value, # duration
PanTiltLimits => { # ONVIF::Device::Types::PanTiltLimits
Range => { # ONVIF::Device::Types::Space2DDescription
URI => $some_value, # anyURI
XRange => { # ONVIF::Device::Types::FloatRange
Min => $some_value, # float
Max => $some_value, # float
},
YRange => { # ONVIF::Device::Types::FloatRange
Min => $some_value, # float
Max => $some_value, # float
},
},
},
ZoomLimits => { # ONVIF::Device::Types::ZoomLimits
Range => { # ONVIF::Device::Types::Space1DDescription
URI => $some_value, # anyURI
XRange => { # ONVIF::Device::Types::FloatRange
Min => $some_value, # float
Max => $some_value, # float
},
},
},
Extension => { # ONVIF::Device::Types::PTZConfigurationExtension
PTControlDirection => { # ONVIF::Device::Types::PTControlDirection
EFlip => { # ONVIF::Device::Types::EFlip
Mode => $some_value, # EFlipMode
},
Reverse => { # ONVIF::Device::Types::Reverse
Mode => $some_value, # ReverseMode
},
Extension => { # ONVIF::Device::Types::PTControlDirectionExtension
},
},
Extension => { # ONVIF::Device::Types::PTZConfigurationExtension2
},
},
},
MetadataConfiguration => { # ONVIF::Device::Types::MetadataConfiguration
PTZStatus => { # ONVIF::Device::Types::PTZFilter
Status => $some_value, # boolean
Position => $some_value, # boolean
},
Analytics => $some_value, # boolean
Multicast => { # ONVIF::Device::Types::MulticastConfiguration
Address => { # ONVIF::Device::Types::IPAddress
Type => $some_value, # IPType
IPv4Address => $some_value, # IPv4Address
IPv6Address => $some_value, # IPv6Address
},
Port => $some_value, # int
TTL => $some_value, # int
AutoStart => $some_value, # boolean
},
SessionTimeout => $some_value, # duration
AnalyticsEngineConfiguration => { # ONVIF::Device::Types::AnalyticsEngineConfiguration
AnalyticsModule => { # ONVIF::Device::Types::Config
Parameters => { # ONVIF::Device::Types::ItemList
SimpleItem => ,
ElementItem => {
},
Extension => { # ONVIF::Device::Types::ItemListExtension
},
},
},
Extension => { # ONVIF::Device::Types::AnalyticsEngineConfigurationExtension
},
},
Extension => { # ONVIF::Device::Types::MetadataConfigurationExtension
},
},
Extension => { # ONVIF::Device::Types::ProfileExtension
AudioOutputConfiguration => { # ONVIF::Device::Types::AudioOutputConfiguration
OutputToken => $some_value, # ReferenceToken
SendPrimacy => $some_value, # anyURI
OutputLevel => $some_value, # int
},
AudioDecoderConfiguration => { # ONVIF::Device::Types::AudioDecoderConfiguration
},
Extension => { # ONVIF::Device::Types::ProfileExtension2
},
},
},
attrNOTE: Attribute documentation is experimental, and may be inaccurate. See the correspondent WSDL/XML Schema if in question. This class has additional attributes, accessibly via the attr() method. attr() returns an object of the class ONVIF::Device::Types::Profile::_Profile::XmlAttr. The following attributes can be accessed on this object via the corresponding get_/set_ methods: • token Unique identifier of the profile.
This attribute is of type ONVIF::Device::Types::ReferenceToken. • fixed A value of true signals that the profile cannot be deleted. Default is false.
This attribute is of type SOAP::WSDL::XSD::Typelib::Builtin::boolean.
AUTHORGenerated by SOAP::WSDL 0
Johanes Gumabo
Data Size : 22,829 byte
man-ONVIF::Device::Types::Profile.3pmBuild : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 4 / 188,091
Visitor ID : :
Visitor IP : 13.59.83.202 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.
ERROR : Need New Coding : (parse_manual_page_|249|ONVIF::Device::Types::Profile.3pm|36/37|el══─{─══.|.el══─{─══. ds -- \|\(em\|
) (htmlprn|149|ONVIF::Device::Types::Profile.3pm|36/37|.el══─{─══. ds -- — |.el══─{─══. ds -- \|\(em\|
) (parse_manual_page_|249|ONVIF::Device::Types::Profile.3pm|43|br══─}─══|'br══─}─══
) (htmlprn|149|ONVIF::Device::Types::Profile.3pm|43|'br══─}─══ |'br══─}─══
)