Property ALOggPlayer.TALOggPlayer.Loop

From Mitov Wiki Doc
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TALOggPlayer

Contents

Syntax

Delphi:

property Loop : Boolean read FLoop write FLoop;

C++ Builder:

__property bool Loop = { read=FLoop, write=FLoop };

Summary

Replayed again after the end.

Description

If Loop is set to True the component will start playing the Ogg file from the beginning after the last frame.

If Loop is set to False the playback will stop after the last frame.


Delphi example:

ALOggPlayer1.Loop := True;

C++ Builder example:

ALOggPlayer1->Loop = true;

Visual C++(MFC/Win32) example:

ALOggPlayer1.Loop = true;

C# example:

oggPlayer1.Loop = true;

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox