Skip to content

Commit

Permalink
pgpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Sep 26, 2019
1 parent 5547533 commit 9460932
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/Creative/InLine/Linear/ClosedCaptionFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,23 @@
*
* (c) Dmytro Sokil <[email protected]>
*
* File created by Leonardo Matos Rodriguez <[email protected]>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Sokil\Vast\Creative\InLine\Linear;

/**
* Optional node that enables closed caption sidecar files associated with the ad media (video or audio)
* to be provided to the player. Multiple files with different mime-types may be provided to allow the player
* to select the one it is compatible with.
*
* Compatible with VAST starting from version 4.1
*
* See section 3.9.4 of VAST specification version 4.1
*
* @author Leonardo Matos Rodriguez <[email protected]>
*/
class ClosedCaptionFile
{
/**
Expand Down

0 comments on commit 9460932

Please sign in to comment.