Skip to content

Commit

Permalink
Check if VAST URL is valid before proceeding to retrieve ads
Browse files Browse the repository at this point in the history
  • Loading branch information
ov1d1u committed Apr 17, 2018
1 parent 78c465e commit 0e053e5
Show file tree
Hide file tree
Showing 66 changed files with 390 additions and 24,703 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 2.9.3
Fix a crash which occurs when receiving invalid VAST URLs

### 2.9.2
Fix UI thread being blocked by requesting duration from AVPlayer

### 2.9.1
Fix some video not being played because of slow state changes in AVPlayer

Expand Down
62 changes: 4 additions & 58 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>APSMediaPlayerFinishBlock Block Reference</title>
<title></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,76 +59,22 @@ <h1 id="library-title">
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">APSMediaPlayerFinishBlock Block Reference</h1>
<h1 class="title"></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-02-14</p>

<p class="copyright">Copyright &copy; 2018 Veeplay. All rights reserved. Updated: 2018-04-17</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: 4 additions & 50 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>APSThumbnailGeneratedBlock Block Reference</title>
<title></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,68 +59,22 @@ <h1 id="library-title">
<div id="overview_contents" class="container">
<div id="content">
<main role="main">
<h1 class="title">APSThumbnailGeneratedBlock Block Reference</h1>
<h1 class="title"></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-02-14</p>

<p class="copyright">Copyright &copy; 2018 Veeplay. All rights reserved. Updated: 2018-04-17</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 0e053e5

Please sign in to comment.