Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PluginDomVideoSink

Hierarchy

  • Dynamic
    • PluginDomVideoSink

Implements

  • IInternalDomVideoSink

Index

Constructors

constructor

  • new PluginDomVideoSink(external: IExternalDomVideoSink, track: PluginVideoTrack): PluginDomVideoSink

Properties

Private _axo

_axo: VideoElementActiveXObject
internal

Private _axoLoaded

_axoLoaded: boolean = false
internal

Private _container

_container: HTMLElement
internal

Private _external

_external: IExternalDomVideoSink
internal

Private _local

_local: boolean
internal

Private _track

_track: PluginVideoTrack
internal

Private _underlay

_underlay: HTMLIFrameElement
internal

Methods

_getAxo

  • _getAxo(): VideoElementActiveXObject
  • internal

    Returns VideoElementActiveXObject

_getExternal

  • _getExternal(): IExternalDomVideoSink
  • internal

    Returns IExternalDomVideoSink

Private checkifLoaded

  • checkifLoaded(object: VideoElementActiveXObject): boolean
  • Parameters

    • object: VideoElementActiveXObject

    Returns boolean

getDynamicProperties

  • getDynamicProperties(): Hash<string, Object>
  • Gets the dynamic properties on this instance.

    Returns Hash<string, Object>

getDynamicValue

  • getDynamicValue(key: string): Object
  • Gets a property value from the local cache.

    Parameters

    • key: string

      The property key. This key is used internally only, but should be namespaced to avoid conflict with third-party extensions.

    Returns Object

    The stored value, if found; otherwise null.

getIsDirty

  • getIsDirty(): boolean
  • Gets a value indicating whether this instance is dirty.
    internal

    Returns boolean

getIsSerialized

  • getIsSerialized(): boolean

getLocal

  • getLocal(): boolean
  • Returns boolean

getSerialized

  • getSerialized(): string

getTrack

  • getTrack(): PluginVideoTrack
  • Returns PluginVideoTrack

getTypeString

  • getTypeString(): string

getVideoHeight

  • getVideoHeight(): number
  • Returns number

getVideoWidth

  • getVideoWidth(): number
  • Returns number

getView

  • getView(): HTMLElement
  • Returns HTMLElement

getViewMirror

  • getViewMirror(): boolean
  • Returns boolean

getViewScale

  • getViewScale(): LayoutScale
  • Returns LayoutScale

setDynamicProperties

  • setDynamicProperties(value: Hash<string, Object>): void
  • internal

    Parameters

    • value: Hash<string, Object>

    Returns void

setDynamicValue

  • setDynamicValue(key: string, value: Object): void
  • Sets a property value in the local cache.

    Parameters

    • key: string

      The property key. This key is used internally only, but should be namespaced to avoid conflict with third-party extensions.

    • value: Object

      The property value. This can be any object that needs to be stored for future use.

    Returns void

setIsDirty

  • setIsDirty(value: boolean): void
  • Sets a value indicating whether this instance is dirty.
    internal

    Parameters

    • value: boolean

    Returns void

setIsSerialized

  • setIsSerialized(value: boolean): void
  • internal

    Parameters

    • value: boolean

    Returns void

setSerialized

  • setSerialized(value: string): void
  • internal

    Parameters

    • value: string

    Returns void

setTrack

  • setTrack(track: PluginVideoTrack): boolean
  • Parameters

    • track: PluginVideoTrack

    Returns boolean

setViewMirror

  • setViewMirror(viewMirror: boolean): void
  • Parameters

    • viewMirror: boolean

    Returns void

setViewScale

  • setViewScale(viewScale: LayoutScale): void
  • Parameters

    • viewScale: LayoutScale

    Returns void

unsetDynamicValue

  • unsetDynamicValue(key: string): boolean
  • Unsets a property value in the local cache.

    Parameters

    • key: string

      The property key. This key is used internally only, but should be namespaced to avoid conflict with third-party extensions.

    Returns boolean

    true if the value was removed; otherwise, false.