TVApplicationControllerDelegate.GetPlayer(TVApplicationController) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("playerForAppController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual TVMLKit.TVPlayer? GetPlayer(TVMLKit.TVApplicationController appController);
[<Foundation.Export("playerForAppController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPlayer : TVMLKit.TVApplicationController -> TVMLKit.TVPlayer
override this.GetPlayer : TVMLKit.TVApplicationController -> TVMLKit.TVPlayer
Parameters
- appController
- TVApplicationController
Returns
Implements
- Attributes