AacSbrToolUpsample Property |
If set to true the decoded data will be upsampled (2 x Frequency).
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool Upsample { get; set; }
Public Property Upsample As Boolean
Get
Set
public:
property bool Upsample {
bool get ();
void set (bool value);
}
member Upsample : bool with get, set
Property Value
Type:
Boolean
true if upsample, false if not.
See Also