AI-generated Key Takeaways
- 
          The cast.framework.breaks.BreakClipLoadInterceptorContext class provides context information for break clip load interceptors. 
- 
          This class has a constructor that takes a cast.framework.messages.Break object as a parameter. 
- 
          It also has a property named 'break' which is a non-null cast.framework.messages.Break object representing 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.