Interface ModelTVVideoPluginParameterType

interface ModelTVVideoPluginParameterType {
    videoElement?: HTMLVideoElement;
}

Properties

Properties

videoElement?: HTMLVideoElement