Vcl.MPlayer.TMediaPlayer.Rewind

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure Rewind;

C++

void __fastcall Rewind();

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

説明

Start プロパティの中に格納されている現在位置をメディアの先頭に設定します。

完了後,Rewind メソッドは数値エラーコードを Error プロパティに格納し,対応するエラーメッセージを ErrorMessage プロパティに格納します。

Wait プロパティは Rewind メソッドを終了する前に制御をアプリケーションに返すかどうかを指定します。Notify プロパティは,Rewind メソッドが OnNotify イベントを生成するかどうか決定します。

関連項目