Class: BreakClipLoadInterceptorContext

  • 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.

Constructor

BreakClipLoadInterceptorContext

new BreakClipLoadInterceptorContext(brk)

Parameter

brk

cast.framework.messages.Break

Value must not be null.

Property

break

non-null cast.framework.messages.Break

The container break for the break clip.