更新时间:2021-08-27 11:07:18下载pdf
本文介绍了 IPC 视频速率组件相关属性及使用方法。
字段 | 说明 | 是否必填 | 类型 | 默认值 |
---|---|---|---|---|
unit | 速率单位 | 否 | string | kb/s |
bitValue | 速率(自定义) | 否 | string | undefined |
valueStyle | 速率样式 | 否 | TextStyle | {} |
unitStyle | 速率单位样式 | 否 | TextStyle | {} |
bitTxtBoxStyle | 文字背景样式 | 否 | ViewStyle | {} |
containerStyle | 容器样式 | 否 | ViewStyle | {} |
import { TYIpcVideoBit } from '@tuya/tuya-panel-ipc-sdk';
// 视频速率组件需要在P2P连接后才能正常使用
const NormalTopRight = () => {
return <TYIpcVideoBit
valueStyle={{color: 'red', fontSize:24}}
containerStyle={{position: 'absolute', right: 0, top: 30}
/>
}
return (
<View>
<NormalTopRight/>
</View>
)
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈