rhodonite
Preparing search index...
default
VideoTextureArguments
Type Alias VideoTextureArguments
Configuration options for VideoTexture creation and processing.
type
VideoTextureArguments
=
{
anisotropy
:
boolean
;
format
:
PixelFormatEnum
;
generateMipmap
:
boolean
;
internalFormat
:
PixelFormatEnum
;
isPremultipliedAlpha
?:
boolean
;
level
:
number
;
magFilter
:
TextureParameterEnum
;
minFilter
:
TextureParameterEnum
;
mutedAutoPlay
:
boolean
;
playButtonDomElement
?:
HTMLElement
;
type
:
ComponentTypeEnum
;
wrapS
:
TextureParameterEnum
;
wrapT
:
TextureParameterEnum
;
}
Index
Properties
anisotropy
format
generate
Mipmap
internal
Format
is
Premultiplied
Alpha?
level
mag
Filter
min
Filter
muted
Auto
Play
play
Button
Dom
Element?
type
wrap
S
wrap
T
Properties
anisotropy
anisotropy
:
boolean
format
format
:
PixelFormatEnum
generate
Mipmap
generateMipmap
:
boolean
internal
Format
internalFormat
:
PixelFormatEnum
Optional
is
Premultiplied
Alpha
isPremultipliedAlpha
?:
boolean
level
level
:
number
mag
Filter
magFilter
:
TextureParameterEnum
min
Filter
minFilter
:
TextureParameterEnum
muted
Auto
Play
mutedAutoPlay
:
boolean
Optional
play
Button
Dom
Element
playButtonDomElement
?:
HTMLElement
type
type
:
ComponentTypeEnum
wrap
S
wrapS
:
TextureParameterEnum
wrap
T
wrapT
:
TextureParameterEnum
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anisotropy
format
generate
Mipmap
internal
Format
is
Premultiplied
Alpha
level
mag
Filter
min
Filter
muted
Auto
Play
play
Button
Dom
Element
type
wrap
S
wrap
T
rhodonite
Loading...
Configuration options for VideoTexture creation and processing.