NAME

Video::CPL::AnnotationList - Manages a list of Annotation objects. Generally invoked by other Video::CPL modules.

VERSION

Version 0.10

SYNOPSIS

    Video::CPL::AnnotationList is normally called by Video::CPL.pm. If need be it can be 
    called directly to create or modify Video::CPL::AnnotationList objects.

METHODS

target([@targetarray])

    Accessor function to get or set the target array.

new([target=>$targetarray])

    Create a new AnnotationList object.

pusht($target)

    Push a target onto the target array.

xmlo

    Given an XML::Writer object, add the xml information for this AnnotationList.

xml()

    Return the xml format of a AnnotationList object. Intended for special cases; normally the Video::CPL 
    method <b>xml</b> is called to obtain XML for the entire Video::CPL object at once.

AUTHOR

Carl Rosenberg, <perl at coincident.tv>

BUGS

Please report any bugs or feature requests to Coincident TV.

SUPPORT

You can find documentation for this module with the perldoc command.

LICENSE AND COPYRIGHT

Copyright 2010 Coincident TV

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.