Share via


AudioStreamData.BitsPerSample Property

Gets the bits per second for this stream.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public ReadOnly Property BitsPerSample As Integer
'Usage
Dim instance As AudioStreamData
Dim value As Integer

value = instance.BitsPerSample
public int BitsPerSample { get; }
public:
property int BitsPerSample {
    int get ();
}
/** @property */
public int get_BitsPerSample ()
public function get BitsPerSample () : int

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

AudioStreamData Class
AudioStreamData Members
Microsoft.Expression.Encoder Namespace