.\" .\" Copyright (c) 1999, 2001 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, dis- .\" tribute, sublicense, and/or sell copies of the Software, and to permit .\" persons to whom the Software is furnished to do so, subject to the fol- .\" lowing conditions: .\" .\" The above copyright notice and this permission notice shall be included .\" in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS .\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL- .\" ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT .\" SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM, .\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR .\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR .\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" .\" Except as contained in this notice, the name of The X Japanese .\" Documentation Project shall not be used in advertising or otherwise to .\" promote the sale, use or other dealings in this Software without prior .\" written authorization from The X Japanese Documentation Project. .\" .\" X Window System is a trademark of The Open Group. .\" .\" Translated Sat Sep 04 20:44:17 JST 1999 .\" by FUJIWARA Teruyoshi .\" Updated Sun Oct 14 16:35:12 JST 2001 for XFree86 4.1.0 .\" by FUJIWARA Teruyoshi .\" .TH XvStopVideo 3X "Version 4.1.0" "XFree86" .\" $XFree86: xc/doc/man/Xv/XvStopVideo.man,v 1.5 2001/01/27 18:20:36 dawes Exp $ .\"0 .SH Name .SH 名前 .\"0 XvStopVideo \- stop active video XvStopVideo \- アクティブなビデオを止める .\" .\"0 .SH Syntax .SH 書式 \fB#include .sp 1l \fBXvStopVideo(\fIdpy, port, draw\fR) .sp 1l \fBDisplay \fI*dpy\fR; .br \fBXvPortID \fIport\fR; .br \fBDrawable \fIdraw\fR; .\" .\"0 .SH Arguments .SH 引き数 .\" .\" .IP \fIdpy\fR 15 .\"0 Specifies the display screen on which the .\"0 Xv Server is to accept requests from Xv clients. If the .\"0 display option is not specified, Xv uses the display screen .\"0 specified by your DISPLAY environment variable. The display .\"0 option has the format hostname:number. Using two colons .\"0 (::) instead of one (:) indicates that DECnet is to be used .\"0 for transport. Xv サーバが Xv クライアントからのリクエストを受け付けるディスプレイ画面 を指定する。ディスプレイを指定するオプションが指定されていなければ、Xv は DISPLAY 環境変数で指定されているディスプレイを使う。ディスプレイ 指定オプションは「ホスト名:番号」という形式である。コロン 1 つ(:)でな く、コロン 2 つ(::)を使った場合には、トランスポート層で DECnet を使う ことが指定される。 .IP \fIport\fR 15 .\"0 Specifies the port for which video is to be stopped. ポートを指定する。このポートのビデオが停止する。 .IP \fIdraw\fR 15 .\"0 Specifies the drawable associated with the named port. 指定されたポートに対応するドロウアブルを指定する。 .\"0 .SH Description .SH 説明 .\" .\"0 XvStopVideo(3X) stops active video for the specified port and .\"0 drawable. If the port is not processing video, or if it is processing .\"0 video in a different drawable, the request is ignored. When video is .\"0 stopped a XvVideoNotify(3X) event with detail XvStopped is generated .\"0 for the associated drawable. XvStopVideo(3X) は、指定されたポートとドロウアブルについてアクティブな ビデオを止める。このポートがビデオを処理していない場合や、別のドロウアブル でビデオを処理している場合には、リクエストは無視される。ビデオが停止し た時には、これに対応するドロウアブルに対し、詳細内容として XvStopped を持つ XvVideoNotify(3X) イベントが生成される。 .\" .\"0 .SH Returned Values .SH 返り値 .IP [Success] 8 .\"0 Returns True if XvStopVideo(3X) completed successfully. XvStopVideo(3X) が正常終了した場合に返される。 .IP [XvBadExtension] 8 .\"0 Returned if the Xv extension is unavailable. Xv 機能拡張が使用できない場合に返される。 .IP [XvBadAlloc] 8 .\"0 Returned if XvStopVideo(3X) failed to allocate memory to process .\"0 the request. XvStopVideo(3X) がリクエストを処理するためのメモリの割り当てに失敗した 場合に返される。 .\"0 .SH Diagnostics .SH 診断 .IP [XvBadPort] 8 .\"0 Generated if the requested port does not exist. 要求されたポートが存在しない場合に生成される。 .IP [BadDrawable] 8 .\"0 Generated if the requested drawable does not exist. 要求されたドロウアブルが存在しない場合に生成される。 .\" .\"0 .SH See Also .SH 関連項目 XvGetVideo(3X), XvPutVideo(3X), XvVideoNotifyEvent(3X) .br