![]() |
![]()
| ![]() |
![]()
NAMEPaws::MediaLive::StopTimecode USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::MediaLive::StopTimecode object: $service_obj->Method(Att1 => { LastFrameClippingBehavior => $value, ..., Timecode => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MediaLive::StopTimecode object: $result = $service_obj->Method(...); $result->Att1->LastFrameClippingBehavior DESCRIPTIONSettings to identify the end of the clip. ATTRIBUTESLastFrameClippingBehavior => StrIf you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode. Timecode => StrThe timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF. SEE ALSOThis class forms part of Paws, describing an object used in Paws::MediaLive BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|