Skip to content

Commit

Permalink
Improved notifications for PiP state
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovidiu Nitan committed Feb 8, 2016
1 parent f862dba commit 066c302
Show file tree
Hide file tree
Showing 11 changed files with 59 additions and 242 deletions.
58 changes: 0 additions & 58 deletions Docs/Classes/APSMediaPlayerButtonOverlayController.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ <h1 id="library-title">



<option value="tasks">Tasks</option>




Expand All @@ -58,12 +56,6 @@ <h1 id="library-title">



<optgroup label="Instance Methods">

<option value="//api/name/load">- load</option>

</optgroup>


</select>
</label>
Expand Down Expand Up @@ -120,56 +112,6 @@ <h2>Configuration</h2>



<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>





<div class="task-list">
<div class="section-method">
<a name="//api/name/load" title="load"></a>
<h3 class="method-title"><code><a href="#//api/name/load">&ndash;&nbsp;load</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">




<div class="method-subsection method-declaration"><code>- (void)load</code></div>















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


</div>
</div>
</div>
</div>

</div>




Expand Down
60 changes: 1 addition & 59 deletions Docs/Classes/APSMediaPlayerHTMLOverlayController.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ <h1 id="library-title">



<option value="tasks">Tasks</option>




Expand All @@ -58,12 +56,6 @@ <h1 id="library-title">



<optgroup label="Instance Methods">

<option value="//api/name/load">- load</option>

</optgroup>


</select>
</label>
Expand Down Expand Up @@ -113,7 +105,7 @@ <h2>Configuration</h2>
<li> <em>kAPSHTMLCodeContent</em>: the actual HTML <code>NSString</code> to be loaded.</li>
<li> <em>kAPSHTMLIframeSource</em>: <code>NSString</code> containing the URL that should be loaded inside an iframe element.</li>
<li> <em>kAPSHTMLScriptSource</em>: <code>NSString</code> containing the URL of the JavaScript file that should be loaded and executed.</li>
<li> <em>kAPSHTMLPageSource</em>: <code>NSString</code> containing the URL to <a href="#//api/name/load">load</a> directly in the webview container.</li>
<li> <em>kAPSHTMLPageSource</em>: <code>NSString</code> containing the URL to load directly in the webview container.</li>
<li> <em>kAPSHTMLWidth</em>: <code>NSNumber</code> corresponding to the integer value to be set for the meta viewport width property.</li>
<li> <em>kAPSHTMLHeight</em>: <code>NSNumber</code> corresponding to the integer value to be set for the meta viewport height property.</li>
<li> <em>kAPSHTMLErrorURLs</em>: <code>NSArray</code> containing <code>NSURL</code>s to be tracked in case of error.</li>
Expand All @@ -127,56 +119,6 @@ <h2>Configuration</h2>



<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>





<div class="task-list">
<div class="section-method">
<a name="//api/name/load" title="load"></a>
<h3 class="method-title"><code><a href="#//api/name/load">&ndash;&nbsp;load</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">




<div class="method-subsection method-declaration"><code>- (void)load</code></div>















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


</div>
</div>
</div>
</div>

</div>




Expand Down
58 changes: 0 additions & 58 deletions Docs/Classes/APSMediaPlayerImageOverlayController.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ <h1 id="library-title">



<option value="tasks">Tasks</option>




Expand All @@ -58,12 +56,6 @@ <h1 id="library-title">



<optgroup label="Instance Methods">

<option value="//api/name/load">- load</option>

</optgroup>


</select>
</label>
Expand Down Expand Up @@ -137,56 +129,6 @@ <h2>Configuration</h2>



<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>





<div class="task-list">
<div class="section-method">
<a name="//api/name/load" title="load"></a>
<h3 class="method-title"><code><a href="#//api/name/load">&ndash;&nbsp;load</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">




<div class="method-subsection method-declaration"><code>- (void)load</code></div>















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


</div>
</div>
</div>
</div>

</div>




Expand Down
9 changes: 9 additions & 0 deletions Docs/Classes/APSMediaPlayerOverlayController.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ <h3 class="method-title"><code><a href="#//api/name/load">&ndash;&nbsp;load</a><
<div class="method-info-container">


<div class="method-subsection brief-description">
<p>This method is invoked by the player when first diplaying the overlay controller object.</p>
</div>



<div class="method-subsection method-declaration"><code>- (void)load</code></div>
Expand All @@ -197,6 +201,11 @@ <h3 class="method-title"><code><a href="#//api/name/load">&ndash;&nbsp;load</a><



<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>This method is invoked by the player when first diplaying the overlay controller object.</p>
</div>




Expand Down
58 changes: 0 additions & 58 deletions Docs/Classes/APSMediaPlayerTextOverlayController.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ <h1 id="library-title">



<option value="tasks">Tasks</option>




Expand All @@ -58,12 +56,6 @@ <h1 id="library-title">



<optgroup label="Instance Methods">

<option value="//api/name/load">- load</option>

</optgroup>


</select>
</label>
Expand Down Expand Up @@ -132,56 +124,6 @@ <h2>Replacable Placeholders</h2>



<div class="section section-tasks">
<a title="Tasks" name="tasks"></a>





<div class="task-list">
<div class="section-method">
<a name="//api/name/load" title="load"></a>
<h3 class="method-title"><code><a href="#//api/name/load">&ndash;&nbsp;load</a></code>
</h3>

<div class="method-info">
<div class="pointy-thing"></div>

<div class="method-info-container">




<div class="method-subsection method-declaration"><code>- (void)load</code></div>















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


</div>
</div>
</div>
</div>

</div>




Expand Down
10 changes: 10 additions & 0 deletions Docs/Classes/APSPiPPlayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ <h1 id="library-title">
<select id="jump-to">
<option value="top">Jump To&#133;</option>

<option value="overview">Overview</option>




Expand Down Expand Up @@ -169,6 +171,14 @@ <h1 class="title">APSPiPPlayer Class Reference</h1>




<div class="section section-overview">
<a title="Overview" name="overview"></a>
<h2 class="subtitle subtitle-overview">Overview</h2>
<p>Posted after the player did <a href="#//api/name/stop">stop</a> Picture in Picture mode</p>
</div>





Expand Down
9 changes: 9 additions & 0 deletions Docs/Protocols/APSMediaPlayerOverlayControllerProtocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ <h3 class="method-title"><code><a href="#//api/name/load">&ndash;&nbsp;load</a><
<div class="method-info-container">


<div class="method-subsection brief-description">
<p>This method is invoked by the player when first diplaying the overlay controller object.</p>
</div>



<div class="method-subsection method-declaration"><code>- (void)load</code></div>
Expand All @@ -190,6 +194,11 @@ <h3 class="method-title"><code><a href="#//api/name/load">&ndash;&nbsp;load</a><



<div class="method-subsection discussion-section">
<h4 class="method-subtitle">Discussion</h4>
<p>This method is invoked by the player when first diplaying the overlay controller object.</p>
</div>




Expand Down
Loading

0 comments on commit 066c302

Please sign in to comment.