Copyright © 2005-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]

Public Sub GetInternetBufferLength (

ByRef nBufferlengthInMs as Int32

)


 

[C#]

public void GetInternetBufferLength (

ref Int32 nBufferlengthInMs

);


 

[C++]

public: void GetInternetBufferLength (

Int32 __gc *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