Skip to content

Commit

Permalink
VAST 4.1 and DAST support
Browse files Browse the repository at this point in the history
  • Loading branch information
ov1d1u committed Mar 19, 2019
1 parent 6885dbb commit ef5e2c8
Show file tree
Hide file tree
Showing 85 changed files with 26,882 additions and 432 deletions.
Binary file modified Assets/APSMediaPlayer.bundle/Controls/fullscreen-exit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/APSMediaPlayer.bundle/Controls/fullscreen-exit@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/APSMediaPlayer.bundle/Controls/fullscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Assets/APSMediaPlayer.bundle/Controls/fullscreen@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.0.0
VAST 4.1 and DAST support
Rewrote overlays to use Autolayout

### 2.9.6
Preliminary VAST 4 support

Expand Down
62 changes: 58 additions & 4 deletions Docs/Blocks/APSMediaPlayerFinishBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">

<title></title>
<title>APSMediaPlayerFinishBlock Block Reference</title>

<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">

<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<header>
Expand Down Expand Up @@ -59,22 +59,76 @@ <h1 id="library-title">
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title"></h1>
<h1 class="title">APSMediaPlayerFinishBlock Block Reference</h1>


<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Declared in</th>
<td>APSMediaPlayer.h</td>
</tr><tr>
<th>Availability</th>
<td>v1.7</td>
</tr>
</tbody></table></div>









<a title="Block Definition" name="instance_methods"></a>
<h4 class="method-subtitle parameter-title">Block Definition</h4>
<h3 class="subsubtitle method-title">APSMediaPlayerFinishBlock</h3>


<div class="method-subsection brief-description">
<p>The block to be executed when the current playlist is completed</p>
</div>



<code>typedef void (^APSMediaPlayerFinishBlock) ()</code>



<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>The block to be executed when the current playlist is completed</p>
</div>





<div class="method-subsection availability">
<h4 class="method-subtitle parameter-title">Availability</h4>
<p>v1.7</p>
</div>





<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">APSMediaPlayer.h</code><br />
</div>



</main>

<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2018 Veeplay. All rights reserved. Updated: 2018-12-06</p>
<p class="copyright">Copyright &copy; 2019 Veeplay. All rights reserved. Updated: 2019-03-19</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>

</div>
</footer>
Expand Down
54 changes: 50 additions & 4 deletions Docs/Blocks/APSThumbnailGeneratedBlock.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">

<title></title>
<title>APSThumbnailGeneratedBlock Block Reference</title>

<link rel="stylesheet" href="../css/style.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1.4">

<meta name="generator" content="appledoc 2.2.1 (build 1334)">
</head>
<body class="appledoc">
<header>
Expand Down Expand Up @@ -59,22 +59,68 @@ <h1 id="library-title">
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title"></h1>
<h1 class="title">APSThumbnailGeneratedBlock Block Reference</h1>


<div class="section section-specification"><table cellspacing="0"><tbody>
<tr>
<th>Declared in</th>
<td>APSTypes.h</td>
</tr>
</tbody></table></div>









<a title="Block Definition" name="instance_methods"></a>
<h4 class="method-subtitle parameter-title">Block Definition</h4>
<h3 class="subsubtitle method-title">APSThumbnailGeneratedBlock</h3>


<div class="method-subsection brief-description">
<p>A block that is used by the thumbnail generation methods to asynchronously return an image</p>
</div>



<code>typedef void (^APSThumbnailGeneratedBlock) (UIImage *thumbnail)</code>



<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>A block that is used by the thumbnail generation methods to asynchronously return an image</p>
</div>









<div class="method-subsection declared-in-section">
<h4 class="method-subtitle">Declared In</h4>
<code class="declared-in-ref">APSTypes.h</code><br />
</div>



</main>

<footer>
<div class="footer-copyright">

<p class="copyright">Copyright &copy; 2018 Veeplay. All rights reserved. Updated: 2018-12-06</p>
<p class="copyright">Copyright &copy; 2019 Veeplay. All rights reserved. Updated: 2019-03-19</p>


<p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p>

</div>
</footer>
Expand Down
Loading

0 comments on commit ef5e2c8

Please sign in to comment.