Method function MLASFPlayer.TMLASFBasicPlayer.GetBufferingState(Integer;Int64) : Boolean

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: TMLASFBasicPlayer

Contents

Syntax

Delphi:

function GetBufferingState( var APercentDone : Integer, var ATimeRemaining : Int64 ) : Boolean;

C++ Builder:

bool __fastcall GetBufferingState( int &APercentDone, __int64 &ATimeRemaining );

Visual C++ (MFC):

bool GetBufferingState( int &APercentDone, __int64 &ATimeRemaining );

Summary

Returns information about the progress of the buffering.

Description

Call this method to get information about the progress of the buffering.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox