|
NAMEONVIF::Media::Elements::GetStreamUriResponseDESCRIPTIONPerl data type class for the XML Schema defined element GetStreamUriResponse from the namespace http://www.onvif.org/ver10/media/wsdl.PROPERTIESThe following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
METHODSnewmy $element = ONVIF::Media::Elements::GetStreamUriResponse->new($data); Constructor. The following data structure may be passed to new(): { MediaUri => { # ONVIF::Media::Types::MediaUri Uri => $some_value, # anyURI InvalidAfterConnect => $some_value, # boolean InvalidAfterReboot => $some_value, # boolean Timeout => $some_value, # duration }, }, AUTHORGenerated by SOAP::WSDL
Visit the GSP FreeBSD Man Page Interface. |