Searched refs:Cast (Results 1 – 16 of 16) sorted by relevance
1 page.title=Google Cast Android API15 <h1 itemprop="name" style="margin-bottom:0;">Google Cast Android API</h1>16 <p itemprop="description">Google Cast is a technology that enables multi-screen experiences, which18 You can use the Google Cast Android API23 >Google Cast Android API reference</a> or visit <a25 for more information about how to design and build your app to support Google Cast.</p>35 <p>Adding support for Google Cast requires that you provide a companion app on the36 Google Cast device, known as the receiver app. If your app streams audio or video content52 is known as the sender app and can perform a variety of actions using the Google Cast APIs53 such as start and pause playback and control the volume on the Google Cast device.[all …]
149 <td>Google Cast</td>
20 <li><a href="#cast">Google Cast</a></li>159 <h3 id="cast">Google Cast</h3>164 <p>Yes. The ADT-1 includes Google Cast receiver functionality, similar to Chromecast. Since the165 ADT-1 is a developer device running a development software release, the Google Cast receiver is169 <strong>Which Cast apps are supported on ADT-1?</strong>197 Cast apps or webpages, press the <strong>Cast</strong> button and you should see the ADT-1 as a198 Cast target. For more information about on how to cast, see200 Cast</a>.204 <strong>Will my Google Cast sender apps work on ADT-1 just like Chromecast?</strong>206 <p>Yes. Your Cast app works on ADT-1 and Android TV products without additional work.<p>[all …]
14 <li><a href="#cast-ui">Cast User Interface</a>16 <li><a href="#cast-button">Cast button</a></li>59 <a href="https://developers.google.com/cast/">Google Cast</a>.</li>126 <h2 id="cast-ui">Cast User Interface</h2>129 Android apps that implement the media router API should include a Cast button133 Figure 2 illustrates how the Cast button should appear in an app.138 <strong>Figure 2.</strong> A Cast button shown on the right side of the action bar.149 <h3 id="cast-button">Cast button</h3>151 <p>The recommended way to implement the Cast button user interface is to extend your activity154 The Cast button must use the {@link android.support.v7.app.MediaRouteActionProvider} class[all …]
109 <a href="https://developers.google.com/cast/">Google Cast</a>.</li>
474 Cast::Cast() in Cast() function in Cast480 Cast::Cast(Type* t, Expression* e) in Cast() function in Cast486 Cast::~Cast() in ~Cast()491 Cast::Write(FILE* to) in Write()
218 struct Cast : public Expression struct223 Cast(); argument224 Cast(Type* type, Expression* expression);225 virtual ~Cast();
371 return new Cast(cast, new MethodCall(THIS_VALUE, "getView")); in generate_get_listener_expression()755 new Cast(resultsInterfaceType, new FieldVariable(THIS_VALUE, "callback")), in generate_result_dispatcher_method()
134 instOfStatement->statements->Add(new ReturnStatement(new Cast(interfaceType, iin))); in make_as_interface()
467 new Cast(INT_TYPE, v))); in WriteToParcel()
19 Unbundled remote display providers (such as Cast) cannot use internal
119 <li><a href="{@docRoot}google/play-services/cast.html">Google Cast</a></li>157 <li><a href="{@docRoot}google/play-services/cast.html">Google Cast</a></li>
50 <span class="en">Cast</span>
279 support <a href="https://developers.google.com/cast/docs/android_sender">Google Cast</a>. </p>312 href="https://developers.google.com/cast/docs/android_sender">Google Cast</a>. </p>
480 href="https://developers.google.com/cast/">Google Cast developer preview</a>.491 with the <a href="https://developers.google.com/cast/">Google Cast
1201 // Cast state to custom BaseSavedState and pass to superclass