Type Alias ZoomVideoSdkVideoStatisticInfoType
ZoomVideoSdkVideoStatisticInfoType: {
getBpf: () => Promise<boolean>;
getFps: () => Promise<boolean>;
getHeight: () => Promise<boolean>;
getWidth: () => Promise<boolean>;
}
Type declaration
getBpf: () => Promise<boolean>
getFps: () => Promise<boolean>
getHeight: () => Promise<boolean>
getWidth: () => Promise<boolean>
Video statistic information.