Method function ALOggPlayer.TALOggPlayer.Open() : Boolean

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)

Latest revision as of 00:23, 22 November 2011

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:

function Open() : Boolean;

C++ Builder:

bool __fastcall Open();

Visual C++ (MFC):

bool Open();

Summary

Opens the file and prepares it to be played.

Description

Call this method to open the file and prepare it for playing. This way the player is ready to play and can start immediately after receiving the Start command.


Delphi example:

<c>ALOggPlayer1.Open;</c>

C++ Builder example:

<c>ALOggPlayer1->Open();</c>

Visual C++(MFC) example:

<c>ALOggPlayer1.Open();</c>

Visual C++/CLI example:

<c>oggPlayer1->Open();</c>

C# Example:

<c>oggPlayer1.Open();</c>

VB Example:

<c>OggPlayer1.Open</c>

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox