DirectCdnStreamingEventHandler class

The DirectCdnStreamingEventHandler interface class is used by the SDK to send event notifications of CDN streaming to your app. Your app can get those notifications through methods that inherit this interface class.

Properties

hashCode int
The hash code for this object.
no setterinherited
onDirectCdnStreamingStateChanged → void Function(DirectCdnStreamingState state, DirectCdnStreamingReason reason, String message)?
Occurs when the CDN streaming state changes.
final
onDirectCdnStreamingStats → void Function(DirectCdnStreamingStats stats)?
Reports the CDN streaming statistics.
final
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited