腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(159)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
实时音视频trtc设置
width
,height,frameRate,bitrate?
实时音视频
、
编程算法
腾讯实时音视频trtc设置
width
,height,frameRate,bitrate为什么需要一起定义?不可以通过其中3个计算得出另外的数值吗? 这几个变量具有什么存在的意义?
浏览 667
提问于2020-07-22
1
回答
在移动端播放时 利用html代码 如何设置
width
与 height?
html
在移动端播放时 利用html代码 如何设置
width
与 height ?我现在设置
width
自适应 但是高度 貌似啦的很长。设置 高度自适应 出行的形态更诡异 都变形了。这个一般怎么处理?
浏览 342
提问于2016-03-29
0
回答
TXCloudVideoView在Unity3D中在
width
和height都是0?
android
、
打包
、
图像处理
、
unity
liteAVPlayerView = new TXCloudVideoView(getContext());FrameLayout.LayoutParams lp = new FrameLayout.LayoutParams(
width
浏览 276
提问于2019-12-18
0
回答
python-docx设置表格宽度在office中不起作用?
python
、
windows server
Falsecolumns = message_template_table.columnscolumns[1].
width
= Cm(3.01)columns[3].
width
= Cm(1.73)columns[5].
width</em
浏览 575
提问于2023-01-10
3
回答
OCR-增值税发票识别?
费用中心
、
文字识别
1", "x": 508, "
width
2", "x": 508, "
wi
浏览 1453
提问于2018-07-26
1
回答
Jquery 瀑布流,怎么对接内容?
jquery
=device-
width
,initial-scale=1"> <li><img src="../sample-images/image_2.jpg"
width
="
浏览 686
提问于2017-11-29
0
回答
为什么无法导出动态列?如何解决?只能导出固定列
c#
、
var
、
width
、
报表
、
数据
="100px" /> <DxGridDataColumn FieldName="岗位"
W
浏览 75
提问于2025-09-10
2
回答
CSS中高度与宽度相同吗?
css
我想在我的CSS文件中做下一个技巧,以便
width
= height而不设置像素。我想这样做,所以无论浏览器的分辨率是什么,在这两个维度上都有相同的值: #test{height: (same as
width
); 这样是可行的吗?
浏览 359
提问于2018-03-05
回答已采纳
1
回答
electron要怎么拿到webContents.executeJavaScript执行之后的值?
javascript
、
linux
、
electron
app.on('ready', function() {
width
: 1024, var imgDom = document.getElementById('cptImage_lab5_cpt') canvas.heigh
浏览 1261
提问于2020-07-15
2
回答
如何在屏幕底部对齐视图?
布局
http://schemas.android.com/apk/res/android"" android:layout_
width
TextView android:text=""@string/welcome"" android:id=""@+id/TextView""
浏览 869
提问于2017-12-20
2
回答
如何解决在RecyclerView中match_parent宽度不起作用?
match
、
parent
、
recyclerview
match_parent宽度,但结果是: 📷 <view android:layout_
width
schemas.android.com/apk/res-auto"android:orientation="horizontal" android:layout_
width
android
浏览 589
提问于2018-05-02
回答已采纳
2
回答
overflow-y:当overflow-x:hidden存在时可见不工作怎么处理?
chrome
、
firefox
、
hidden
、
overflow
overflow-y:visible</h3> <div style="overflow-x:hidden;overflow-y:visible;
width
100px;height:100px; position:relative;background:#666;"> <
浏览 440
提问于2018-03-12
0
回答
移动直播如果才能拿到直播流的CMSampleBufferRef文件?
云直播
、
移动直播
、
企业
TXVideoCustomProcessDelegate - (GLuint)onPreProcessTexture:(GLuint)texture
width
:(CGFloat)
width
height
浏览 384
提问于2019-11-28
0
回答
tkinter的treeview行和列边框属性如何设置?
python
、
android
TreeView模块")# frame容器放置表格frame01.place(x = 10,y = 10,
width
background = "green",foreground = "blue",highlightbackground="red")tree.column("学号",
width
= 80,anchor =
浏览 1088
提问于2022-11-02
0
回答
如何在tkinter下拉框(Combobox)选中的选项改变时执行操作?
python
import ttkroot.geometry("500x500") lf1.place(x=5,y=5,
width
=495,height=60) et1.place(x=5,y=0,
width
=480,height=30) lf2.place(x=5,y=70,
width
=240,
浏览 502
提问于2022-07-19
0
回答
使用css旋转fabric.js创建的canvas元素,画图的坐标和canvas的坐标对不上?
css
、
canvas
、
fabric
、
fabricjs
nextTick(() => {
width
; this.simpleBrush.
width
创建橡皮擦刷子 this.eraser = new f
浏览 167
提问于2024-04-02
1
回答
给用户的分辨率最高只有1280*720,可以按照自己采集的数据(比如1920*960)来么?
android
、
ide
sendCustomVideoData(yuvData, TXLivePusher.YUV_420P,
width
, height) 这里发送数据给用户,是按照我这个方法里面传的
width
*height
浏览 511
提问于2017-11-03
0
回答
LiteAVSDK_Professional中设置videoProcessDelegate不走回调?
ide
、
unix
、
移动直播
initWithConfig:config];发现没有进入- (GLuint)onPreProcessTexture:(GLuint)texture
width
:(CGFloat)
width
height:(CGFloat)height timestamp:(UInt64)timestamp这个方法,是需要配置别的东西吗
浏览 157
提问于2020-08-25
0
回答
如何在Android Studio中通过点击事件传参?
android
、
android studio
156dp" /> android:layout_
width
android:paddingBottom="10dp"> android:layout_
width
购买" android:textSize=
浏览 205
提问于2022-04-27
0
回答
按照gridstack的例子,怎么做保存?
data
、
grid
、
height
、
script
、
事件
class="grid-stack-item" data-bind="attr: {\'data-gs-x\': $data.x, \'data-gs-y\': $data.y, \'data-gs-
width
\': $data.
width
, \'data-gs-height\': $data.height, \'data-gs-auto-position\': $data.auto_position}">
浏览 821
提问于2018-12-26
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
点击加载更多
领券