Skip to content

Commit

Permalink
added 360 timecode example #57
Browse files Browse the repository at this point in the history
  • Loading branch information
buggedcom committed Jun 3, 2015
1 parent 229dbd4 commit 1e612ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/timecodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
echo 'new Timecode(\'00:01:42.34\', Timecode::INPUT_FORMAT_TIMECODE); = '.$timecode.'<br />';
$timecode = new Timecode(60);
echo 'new Timecode(60); = '.$timecode.'<br />';
$timecode = new Timecode(360);
echo 'new Timecode(360); = '.$timecode.'<br />';

echo '<hr />';
echo '<h2>Adjusting timecode values</h2>';
Expand Down

0 comments on commit 1e612ac

Please sign in to comment.