Class AptXDecoderSettings
- Assembly
- VisioForge.Core.dll
AptX decoder settings for decoding high-quality Bluetooth audio streams. AptX is a psychoacoustic audio codec algorithm developed for Bluetooth audio applications, providing CD-like audio quality with low latency suitable for wireless audio transmission.
public class AptXDecoderSettings : IMediaBlockSettingsInheritance
Implements
Inherited Members
Remarks
Input format: AptX compressed audio stream. Output format: S32LE (32-bit signed little endian). Supported sample rates: 8000, 16000, 24000, 32000, 44100, 48000. Supported channels: 2 (stereo only).
Fields
Name
The decoder name.
public static string NameField Value
Properties
Type
Gets the MediaBlock type for this decoder.
public MediaBlockType Type { get; }Property Value
Methods
CreateBlock()
Creates the MediaBlock instance for this decoder.
public MediaBlock CreateBlock()Returns
- MediaBlock
-
A new AptXDecoderBlock instance configured with these settings.
GetParameters()
Gets the decoder parameters as a descriptive string.
public string GetParameters()Returns
- string
-
A string describing the AptX decoder configuration.
IsAvailable()
Determines whether this decoder is available.
public static bool IsAvailable()Returns
- bool
-
trueif this decoder is available; otherwise,false.
ToString()
Returns a String that represents this instance.
public override string ToString()