MPEG SDK --> MpegDecoder

struct MpegVersion

MPEG-1 or MPEG-2.

Source:
MpegFormats.h:74

Constructors Index

MpegVersion
[public]


Enums Index

EnumType
[public]


Variables Index

_value
[public]


Methods Index

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


Constructors

MpegVersion

public MpegVersion ( EnumType value = UNKNOWN ) ;


Enums

EnumType

public enum EnumType { UNKNOWN ,
                       MPEG1 ,
                       MPEG2 } ;


Variables

_value

public EnumType _value


Methods

operator int

public operator int ( ) const ;

operator =

public MpegVersion & 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.