Class: BreakClipLoadInterceptorContext

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

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.