AI-generated Key Takeaways
-
The
BreakClipLoadInterceptorContext
class provides context information for break clip load interception within the Cast framework. -
It includes a constructor that takes a
cast.framework.messages.Break
object, representing the break associated with the clip. -
The
break
property provides access to the container break for the break clip.
cast.framework.breaks. BreakClipLoadInterceptorContext
Provide context information for break clip load interceptor.
Constructor
BreakClipLoadInterceptorContext
new BreakClipLoadInterceptorContext(brk)
Parameter |
|
---|---|
brk |
Value must not be null. |
Property
break
non-null cast.framework.messages.Break
The container break for the break clip.