AverageBytesPerSecond Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Gets the average bytes per second of the audio.

Namespace:  Microsoft.Speech.AudioFormat
Assembly:  Microsoft.Speech (in Microsoft.Speech.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property AverageBytesPerSecond As Integer
	Get
Visual Basic (Usage)
Dim instance As SpeechAudioFormatInfo
Dim value As Integer

value = instance.AverageBytesPerSecond
C#
public int AverageBytesPerSecond { get; }

Property Value

Type: System..::..Int32

An int containing the average bytes per second value.

See Also