SoundStream.ChannelCount Property

SFML.Net

SoundStreamChannelCount Property
Number of channels (1 = mono, 2 = stereo)

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public uint ChannelCount { get; }
Public ReadOnly Property ChannelCount As UInteger
	Get
public:
property unsigned int ChannelCount {
	unsigned int get ();
}
member ChannelCount : uint32 with get

Property Value

Type: UInt32
See Also