The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Video::CPL::Target - Create and modify Target objects.

VERSION

Version 0.10

SYNOPSIS

Create and modify Target objects. These can also be created by helper functions at a higher level.

SUBROUTINES/METHODS

cuePointRef([$string])

    Accessor method to get or set cuePointRef.

association([$string])

    Accessor method to get or set association.

modal([$tf])

    Accessor method to get or set modal.

new([cuePointRef=>$cpr,association=>$assoc,modal=>$tf])

    Create a new Target object.

xmlo

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

xml()

    Return the xml format of a Target object.

fromxml()

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::Target

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.