SampleFormat type
Signature:
export declare type SampleFormat =
/** Signed 16 bits, non-planar */
"s16"
/** Signed 16 bits, planar */
| "s16p"
/** 32bit floating point, non-planar */
| "flt"
/** 32bit floating point, planar */
| "fltp";
Signature:
export declare type SampleFormat =
/** Signed 16 bits, non-planar */
"s16"
/** Signed 16 bits, planar */
| "s16p"
/** 32bit floating point, non-planar */
| "flt"
/** 32bit floating point, planar */
| "fltp";