BASS.NET API for the Un4seen BASS Audio Library

EncoderOPUSOPUSFramesize Enumeration

BASS.NET API for the Un4seen BASS Audio Library
The OPUS framesize in milliseconds (2.5, 5, 10, 20, 40, or 60).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public enum OPUSFramesize
Members

  Member nameValueDescription
f2_5ms0 Framesize 2.5
f5ms1 Framesize 5
f10ms2 Framesize 10
f20ms3 Framesize 20
f40ms4 Framesize 40
f60ms5 Framesize 60
See Also

Reference