MPEG SDK --> MpegDecoder

struct AudioFormat

MPEG Audio Format.

Source:
MpegFormats.h:113

Constructors Index

AudioFormat
[public]


Enums Index

EnumType
[public]


Variables Index

_value
[public]


Methods Index

c_str
[public]
operator =
[public]
operator int
[public]


Constructors

AudioFormat

public AudioFormat ( EnumType value = UNKNOWN ) ;


Enums

EnumType

public enum EnumType { UNKNOWN ,
                       LAYER_III ,
                       LAYER_II ,
                       LAYER_I ,
                       AC3 ,
                       PCM } ;


Variables

_value

public EnumType _value


Methods

operator int

public operator int ( ) const ;

operator =

public AudioFormat & operator = ( int v ) ;

c_str

public const char * c_str ( ) const ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.