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