BitmovinCastManager class
Singleton, providing access to GoogleCast related features. Retrieve the singleton instance using initialize.
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendMessage(
{required String message, String? messageNamespace}) → Future< void> -
Sends the given
message
to the cast receiver.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
initialize(
{BitmovinCastManagerOptions options = const BitmovinCastManagerOptions()}) → Future< BitmovinCastManager> - Initialize BitmovinCastManager based on the provided BitmovinCastManagerOptions. This method needs to be called before Player creation to enable casting features. If no options are provided, the default options will be used.