Copyright © 2001-2011 MultiMedia Soft

GetInternetBufferLength method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the current length, expressed in milliseconds, of the buffer used for downloading an Internet stream to play. The current length can be modified through the SetInternetBufferLengthmethod.

 

For further details about Internet streams support see the How to play Internet streams section.

 

 

Syntax

 

[Visual Basic]

control.GetInternetBufferLength (

nBufferlengthInMs as Long

)


 

[C++]

void control.GetInternetBufferLength (

long *nBufferlengthInMs

);


 

 

Parameter

Description

 

 

nBufferlengthInMs

Reference that, on return from the method call, will contain the length of the buffer expressed in milliseconds.

 

 

Return value

 

None