Preparing search index...
The search index is not available
NERtcSDK HarmonyOS
NERtcSDK HarmonyOS
NERtcConstants
NERtcConstants
NERtcVideoEncodedFrame
Class NERtcVideoEncodedFrame
Index
Constructors
constructor
Properties
codec
Type
frame
Type
height
nal
Data
nal
Lengths
timestamp
Us
width
Methods
In
Valid
Constructors
constructor
new NERtc
Video
Encoded
Frame
(
)
:
NERtcVideoEncodedFrame
Returns
NERtcVideoEncodedFrame
Properties
codec
Type
codec
Type
:
VIDEO_CODEC_TYPE_H264
编码器类型
frame
Type
frame
Type
:
NERtcNalFrameType
帧类型
height
height
:
number
视频高
nal
Data
nal
Data
:
Uint8Array
所有nal 的数据
nal
Lengths
nal
Lengths
:
Uint32Array
每一个nal长度 ,按顺序记录每一个nal的数据长度,长度之和不能超过nalData 的长度
timestamp
Us
timestamp
Us
:
number
时间戳, 单位微秒
width
width
:
number
视频宽
Methods
In
Valid
In
Valid
(
)
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
codec
Type
frame
Type
height
nal
Data
nal
Lengths
timestamp
Us
width
In
Valid
NERtcSDK HarmonyOS
Loading...
编码器类型