Click or drag to resize
LAMEVersion Class
LAME DLL version information
Inheritance Hierarchy
SystemObject
  Ozeki.MediaLAMEVersion

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class LAMEVersion

The LAMEVersion type exposes the following members.

Constructors
  NameDescription
Public methodLAMEVersion
Initializes a new instance of the LAMEVersion class
Top
Fields
  NameDescription
Public fieldalpha
LAME library 'Alpha' version flag
Public fieldbeta
LAME library 'Beta' version flag
Public fieldmajor
LAME library major version
Public fieldminor
LAME library minor version
Public fieldpsy_alpha
Psychoacoustic code 'Alpha' version flag
Public fieldpsy_beta
Psychoacoustic code 'Beta' version flag
Public fieldpsy_major
Psychoacoustic code major version
Public fieldpsy_minor
Psychoacoustic code minor version
Top
Properties
  NameDescription
Public propertyfeatures
Compile-time features string
Top
See Also