以下关于SurfaceView播放视频的说法,不正确的是()A、SurfaceView继承自View,其中内嵌了一个专门用于绘制的Surface。B、开发者可以控制Surface的格式和尺寸,但不能让SurfaceView控制这个Surface的绘制位置。C、Surface对应一块屏幕缓冲区,每个Window对应一个Surface,任何View都是画在Surface上的,包括之前讲过的控件和布局控件。D、一般的View都共享一块屏幕缓冲区,所有的绘制必须在UI线程中进行。

题目

以下关于SurfaceView播放视频的说法,不正确的是()

  • A、SurfaceView继承自View,其中内嵌了一个专门用于绘制的Surface。
  • B、开发者可以控制Surface的格式和尺寸,但不能让SurfaceView控制这个Surface的绘制位置。
  • C、Surface对应一块屏幕缓冲区,每个Window对应一个Surface,任何View都是画在Surface上的,包括之前讲过的控件和布局控件。
  • D、一般的View都共享一块屏幕缓冲区,所有的绘制必须在UI线程中进行。

相似考题
更多“以下关于SurfaceView播放视频的说法,不正确的是()A、SurfaceView继承自View,其中内嵌了一个专门用于绘制的Surface。B、开发者可以控制Surface的格式和尺寸,但不能让SurfaceView控制这个Surface的绘制位置。C、Surface对应一块屏幕缓冲区,每个Window对应一个Surface,任何View都是画在Surface上的,包括之前讲过的控件和布局控件。D、一般的View都共享一块屏幕缓冲区,所有的绘制必须在UI线程中进行。”相关问题
  • 第1题:

    ()是Direct3D用来存储绘制到屏幕上每个像素深度信息的一块内存缓冲区。

    • A、蒙版缓冲区
    • B、帧缓冲区
    • C、深度缓冲区
    • D、位置缓冲区

    正确答案:C

  • 第2题:

    surface defect detector的中文意思是()。


    正确答案:表面缺陷检查仪

  • 第3题:

    关于android中播放视频的说法不对的是()

    • A、可以使用SurfaceView组件播视频
    • B、可以使用VideoView组件播视频
    • C、VideoView组件可以控制播放的位置和大小
    • D、VideoView播放视频的格式可以是.3gp

    正确答案:C

  • 第4题:

    属于变换层次的控制器是()

    • A、Linear
    • B、Link Constraint
    • C、Smooth
    • D、Surface

    正确答案:B

  • 第5题:

    底漆用于出白金属表面, 防止其生锈。()

    • A、Topside paint is applied to a bare surface to give protective against rust.
    • B、Undercoat is applied to a bare surface to give protection against rust.
    • C、Primer coat is applied to a bare surface to give protection against rust.
    • D、Topcoat is applied to a bare surface to give protection against rust.

    正确答案:C

  • 第6题:

    面蚀 surface erosion


    正确答案: 降水和径流对地表土体分离和搬运的一种侵蚀方式。一般包括溅蚀、片蚀和细沟侵蚀。

  • 第7题:

    单选题
    To calculate the free surface correction,it is necessary to divide the free-surface moments by the().
    A

    total weight of liquid loads

    B

    total displacement

    C

    lightweight

    D

    deadweight


    正确答案: B
    解析: 暂无解析

  • 第8题:

    单选题
    以下关于SurfaceView播放视频的说法,不正确的是()
    A

    SurfaceView继承自View,其中内嵌了一个专门用于绘制的Surface。

    B

    开发者可以控制Surface的格式和尺寸,但不能让SurfaceView控制这个Surface的绘制位置。

    C

    Surface对应一块屏幕缓冲区,每个Window对应一个Surface,任何View都是画在Surface上的,包括之前讲过的控件和布局控件。

    D

    一般的View都共享一块屏幕缓冲区,所有的绘制必须在UI线程中进行。


    正确答案: B
    解析: 暂无解析

  • 第9题:

    单选题
    The correction to KG for longitudinal free surface effects for a vessel can be found by dividing the vessel’s displacement into the().
    A

    transverse free surface correction for the vessel

    B

    sum of the vertical moments of the vessel

    C

    sum of the longitudinal free surface moments of the vessel

    D

    longitudinal centerline of the vessel


    正确答案: B
    解析: 暂无解析

  • 第10题:

    单选题
    The effects of free surface on initial stability depend upon the dimensions of the surface of the free liquids and the().
    A

    volume of liquid in the tank

    B

    volume of displacement of the vessel

    C

    location of the tank in the vessel

    D

    height of the center of gravity of the vessel


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    哪一个粒子的渲染形态可以模拟真实的液体效果()
    A

    Points

    B

    MultiStreak

    C

    Spheres

    D

    Blobby Surface


    正确答案: B
    解析: 暂无解析

  • 第12题:

    单选题
    What is the purpose of a striker plate? ()
    A

    Provides surface for applying force on machinery

    B

    Provides landing surface for the sounding bob

    C

    Absorbs machinery vibration

    D

    Prevents valve stem over-travel


    正确答案: D
    解析: 暂无解析

  • 第13题:

    航空器第一次接触着陆道面的那一点。()

    • A、The point at which an aircraft first touch the surface of runway.
    • B、The point at which an aircraft first touch down the surface of runway.
    • C、The fix at which an aircraft first touch down the surface of runway.
    • D、The fix at which an aircraft first touch the surface of runway.

    正确答案:B

  • 第14题:

    下面是属于GLSurFaceView特性的是()。

    • A、管理一个surface,这个surface就是一块特殊的内存,能直接排版到android的视图view上
    • B、管理一个EGLdisplay,它能让opengl把内容渲染到上述的surface上
    • C、让渲染器在独立的线程里运作,和UI线程分离
    • D、可以直接从内存或者DMA等硬件接口取得图像数据

    正确答案:A,B,C

  • 第15题:

    下面关于AndroidUI框架描述的选项中有误的一项是()。

    • A、Android中所有的UI(用户界面)元素都是使用View和ViewGroup对象建立的。
    • B、ViewGroup是一个可以将一些信息绘制在屏幕上并与用户产生交互的对象。
    • C、ViewGroup是一个包含多个的View和ViewGroup的容器,用来定义UI布局。
    • D、Android使用View类作为界面开发的超类,所有的界面开发都与View有关。

    正确答案:B

  • 第16题:

    物体表面(object surface)。指用于患者诊疗和生活的设施、设备和家具的表面。


    正确答案:正确

  • 第17题:

    表面(Surface)


    正确答案:固体与气体或液体的界面。

  • 第18题:

    单选题
    底漆用于出白金属表面, 防止其生锈。()
    A

    Topside paint is applied to a bare surface to give protective against rust.

    B

    Undercoat is applied to a bare surface to give protection against rust.

    C

    Primer coat is applied to a bare surface to give protection against rust.

    D

    Topcoat is applied to a bare surface to give protection against rust.


    正确答案: A
    解析: 暂无解析

  • 第19题:

    单选题
    关于android中播放视频的说法不对的是()
    A

    可以使用SurfaceView组件播视频

    B

    可以使用VideoView组件播视频

    C

    VideoView组件可以控制播放的位置和大小

    D

    VideoView播放视频的格式可以是.3gp


    正确答案: C
    解析: 暂无解析

  • 第20题:

    多选题
    下面是属于GLSurFaceView特性的是()。
    A

    管理一个surface,这个surface就是一块特殊的内存,能直接排版到android的视图view上

    B

    管理一个EGLdisplay,它能让opengl把内容渲染到上述的surface上

    C

    让渲染器在独立的线程里运作,和UI线程分离

    D

    可以直接从内存或者DMA等硬件接口取得图像数据


    正确答案: C,B
    解析: 暂无解析

  • 第21题:

    单选题
    Many vessels are provided with flume tanks,which also have a dump tank located under the flume tanks. In the event the ship is damaged,you could dump the flume tanks into the dump tank which would().
    A

    reduce the free surface effect and raise the KG

    B

    not have any effect on free surface and raise the KG

    C

    reduce the free surface effect and lower the KG

    D

    not have any effect on free surface and lower the KG


    正确答案: A
    解析: 暂无解析

  • 第22题:

    单选题
    ()是Direct3D用来存储绘制到屏幕上每个像素深度信息的一块内存缓冲区。
    A

    蒙版缓冲区

    B

    帧缓冲区

    C

    深度缓冲区

    D

    位置缓冲区


    正确答案: B
    解析: 暂无解析

  • 第23题:

    单选题
    下面关于AndroidUI框架描述的选项中有误的一项是()。
    A

    Android中所有的UI(用户界面)元素都是使用View和ViewGroup对象建立的。

    B

    ViewGroup是一个可以将一些信息绘制在屏幕上并与用户产生交互的对象。

    C

    ViewGroup是一个包含多个的View和ViewGroup的容器,用来定义UI布局。

    D

    Android使用View类作为界面开发的超类,所有的界面开发都与View有关。


    正确答案: C
    解析: 暂无解析