VideoOverlay.setBounds

機能/意味
Specify the position and size of the playback rectangle
タイプ
VideoOverlayクラスのメソッド
構文
setBounds(left, top, width, height)
引数
left  Specify the left edge of the rectangular area for playing media.
top  Specify the top position of the rectangular area for playing media.
width  Specify the width of the rectangular area for playing media.
height  Specifies the vertical width of the rectangular area for playing media.
戻り値
なし (void)
説明
 Specify the position and size of the rectangular area for playing the media.
 Coordinates are coordinates in the window's client (the area where the layer can be displayed) specified in pixels.
 In the current version, when playing a layer, this method can specify only the position, and ignores the size.