-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
{ | ||
/** | ||
|