以下关于SurfaceView播放视频的说法,不正确的是()
第1题:
()是Direct3D用来存储绘制到屏幕上每个像素深度信息的一块内存缓冲区。
第2题:
surface defect detector的中文意思是()。
第3题:
关于android中播放视频的说法不对的是()
第4题:
属于变换层次的控制器是()
第5题:
底漆用于出白金属表面, 防止其生锈。()
第6题:
面蚀 surface erosion
第7题:
total weight of liquid loads
total displacement
lightweight
deadweight
第8题:
SurfaceView继承自View,其中内嵌了一个专门用于绘制的Surface。
开发者可以控制Surface的格式和尺寸,但不能让SurfaceView控制这个Surface的绘制位置。
Surface对应一块屏幕缓冲区,每个Window对应一个Surface,任何View都是画在Surface上的,包括之前讲过的控件和布局控件。
一般的View都共享一块屏幕缓冲区,所有的绘制必须在UI线程中进行。
第9题:
transverse free surface correction for the vessel
sum of the vertical moments of the vessel
sum of the longitudinal free surface moments of the vessel
longitudinal centerline of the vessel
第10题:
volume of liquid in the tank
volume of displacement of the vessel
location of the tank in the vessel
height of the center of gravity of the vessel
第11题:
Points
MultiStreak
Spheres
Blobby Surface
第12题:
Provides surface for applying force on machinery
Provides landing surface for the sounding bob
Absorbs machinery vibration
Prevents valve stem over-travel
第13题:
航空器第一次接触着陆道面的那一点。()
第14题:
下面是属于GLSurFaceView特性的是()。
第15题:
下面关于AndroidUI框架描述的选项中有误的一项是()。
第16题:
物体表面(object surface)。指用于患者诊疗和生活的设施、设备和家具的表面。
第17题:
表面(Surface)
第18题:
Topside paint is applied to a bare surface to give protective against rust.
Undercoat is applied to a bare surface to give protection against rust.
Primer coat is applied to a bare surface to give protection against rust.
Topcoat is applied to a bare surface to give protection against rust.
第19题:
可以使用SurfaceView组件播视频
可以使用VideoView组件播视频
VideoView组件可以控制播放的位置和大小
VideoView播放视频的格式可以是.3gp
第20题:
管理一个surface,这个surface就是一块特殊的内存,能直接排版到android的视图view上
管理一个EGLdisplay,它能让opengl把内容渲染到上述的surface上
让渲染器在独立的线程里运作,和UI线程分离
可以直接从内存或者DMA等硬件接口取得图像数据
第21题:
reduce the free surface effect and raise the KG
not have any effect on free surface and raise the KG
reduce the free surface effect and lower the KG
not have any effect on free surface and lower the KG
第22题:
蒙版缓冲区
帧缓冲区
深度缓冲区
位置缓冲区
第23题:
Android中所有的UI(用户界面)元素都是使用View和ViewGroup对象建立的。
ViewGroup是一个可以将一些信息绘制在屏幕上并与用户产生交互的对象。
ViewGroup是一个包含多个的View和ViewGroup的容器,用来定义UI布局。
Android使用View类作为界面开发的超类,所有的界面开发都与View有关。