NAME

Video::CPL::Annotation - Video::CPL::Annotation object.

VERSION

Version 0.09

SYNOPSIS

Video::CPL::Annotate exists to create and manipulate Annotations. CPL.pm is moving towards including more 
and more helper functions; eventually this routine should be most useful for accessor functions, to modify
or examine attributes. 

use Video::CPL::Annotation;
my $foo = Video::CPL::Annotation->new(name=>"alpha-tech",clickBehavior=>"goto",x=>772,y=>66,
     story=>new Video::CPL::Story(pic=>"foo.png"));

METHODS

new(name=>"foo",click=>"goto",x=>23,y=>40)

Creates a new Annotation object.

adjust(parm1=>val,parm2=>val,...)

Change arbitrary fields within an Annotation point.

fromxml()

xml()

Return the text form of the Annotation. Usually called by Video::CPL::xml().

reffromobj($cplobj)

printref()

Return a cuePointRef to this Annotation.

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.

perldoc Video::CPL::Annotation

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.