Get the container element.
jQuery-wrapped container element, or undefined if not available
Register a callback for when the container is ready.
Called once when the container becomes available and ready for content. For video sources, this corresponds to the first frame. For DOM containers, this is called after the element is found/created.
Function called when container is ready
Interface for providing the DOM container where content is rendered.
The container is where operations render their output (elements, animations, etc.). For some sources (video), the container is intrinsic. For others (WebSocket), the container is a separate concern configured independently.
Example