toggle menu
SkyWay Android SDK
androidJvm
switch theme
search in API
SkyWay Android SDK
/
com.ntt.skyway.core.content.local.source
/
VideoFrame
Video
Frame
class
VideoFrame
(
val
buffer
:
VideoFrame.I420Buffer
)
Members
Constructors
Video
Frame
Link copied to clipboard
constructor
(
buffer
:
VideoFrame.I420Buffer
)
Properties
buffer
Link copied to clipboard
val
buffer
:
VideoFrame.I420Buffer
data
U
Link copied to clipboard
val
dataU
:
ByteBuffer
data
V
Link copied to clipboard
val
dataV
:
ByteBuffer
data
Y
Link copied to clipboard
val
dataY
:
ByteBuffer
height
Link copied to clipboard
val
height
:
Int
stride
U
Link copied to clipboard
val
strideU
:
Int
stride
V
Link copied to clipboard
val
strideV
:
Int
stride
Y
Link copied to clipboard
val
strideY
:
Int
width
Link copied to clipboard
val
width
:
Int