Show / Hide Table of Contents

Enum DataFlags

Flags to be used with ChannelGetData(Int32, IntPtr, Int32).

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public enum DataFlags : int

Available

Query how much data is buffered

FFT1024

1024 sample FFT (returns 512 floating-point values)

FFT16384

16384 sample FFT (returns 8192 floating-point values)

FFT2048

2048 sample FFT (returns 1024 floating-point values)

FFT256

256 sample FFT (returns 128 floating-point values)

FFT32768

32768 FFT

FFT4096

4096 sample FFT (returns 2048 floating-point values)

FFT512

512 sample FFT (returns 256 floating-point values)

FFT8192

8192 sample FFT (returns 4096 floating-point values)

FFTComplex

FFT flag: return complex data

FFTIndividual

FFT flag: FFT for each channel, else all combined

FFTNoWindow

FFT flag: no Hanning window

FFTRemoveDC

FFT flag: pre-remove DC bias

Fixed

flag: return 8.24 fixed-point data (Android)

Float

flag: return floating-point sample data

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx