Click or drag to resize
AacSbrToolUpsample Property
If set to true the decoded data will be upsampled (2 x Frequency).

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Upsample { get; set; }

Property Value

Type: Boolean
true if upsample, false if not.
See Also