LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
nAvgBytesPerSec Field
See Also 
Leadtools.Multimedia Namespace > WaveFormatEx Structure : nAvgBytesPerSec Field



In most cases, this member contains the required average data-transfer rate, in bytes per second, for the format tag.

Syntax

Visual Basic (Declaration) 
Public nAvgBytesPerSec As Integer
Visual Basic (Usage)Copy Code
Dim instance As WaveFormatEx
Dim value As Integer
 
value = instance.nAvgBytesPerSec
 
instance.nAvgBytesPerSec = value
C# 
public int nAvgBytesPerSec
C++/CLI 
public:
int nAvgBytesPerSec

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also