<OOCastManagerProtocol > Protocol Reference
#import <OOCastManagerProtocol.h>

Instance Methods | |
(BOOL) - isConnectedToChromecast | |
Return YES if the OOCastManager is connected to a cast device. More... | |
(void) - registerWithOoyalaPlayer: | |
Register the OOCastManager to ooyalaPlayer. More... | |
(void) - enterCastModeWithOptions: | |
Enter cast mode with given OOCastModeOptions object. More... | |
(void) - forceAssetRejoin | |
Force casting to forget the asset (i.e. More... | |
Properties | |
OOCastPlayer * castPlayer | |
Return the castPlayer related to this OOCastManager. More... | |
BOOL isInCastMode | |
Return YES if is in castMode. More... | |
BOOL isMiniControllerInteractionAvailable | |
Return YES if it is reasonable to show a minicontroller. More... | |
float deviceVolume | |
get and set device volume More... | |
Method Documentation
- (void OOCastManagerProtocol) enterCastModeWithOptions: | (OOCastModeOptions *) | options |
Enter cast mode with given OOCastModeOptions object.
- (void OOCastManagerProtocol) forceAssetRejoin |
Force casting to forget the asset (i.e.
embed code), so the next play will re-init the receiver.
- (BOOL OOCastManagerProtocol) isConnectedToChromecast |
Return YES if the OOCastManager is connected to a cast device.
- (void OOCastManagerProtocol) registerWithOoyalaPlayer: | (OOOoyalaPlayer *) | ooyalaPlayer |
Register the OOCastManager to ooyalaPlayer.
Property Documentation
|
readnonatomicassign |
Return the castPlayer related to this OOCastManager.
|
readwritenonatomicassign |
get and set device volume
|
readnonatomicassign |
Return YES if is in castMode.
|
readnonatomicassign |
Return YES if it is reasonable to show a minicontroller.
NO means that the UI should not show / should hide any minicontrollers because the underlying Casting state cannot support it. Do not cache the result of this call but poll it when needed.
The documentation for this protocol was generated from the following file: