MediaWare Solutions MPEG SDK

MPEG SDK --> MpegDecoder

struct ChromaFormat

MPEG Croma Format.

Source:
MpegFormats.h:93

Constructors Index

ChromaFormat
[public]


Enums Index

EnumType
[public]


Variables Index

_value
[public]


Methods Index

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


Constructors

ChromaFormat

public ChromaFormat ( EnumType value = CHROMA420 ) ;


Enums

EnumType

public enum EnumType { UNKNOWN = - 1 ,
                       RESERVED = 0 ,
                       CHROMA420 = 1 ,
                       CHROMA422 = 2 ,
                       CHROMA444 = 3 } ;


Variables

_value

public EnumType _value


Methods

operator int

public operator int ( ) const ;

operator =

public ChromaFormat & operator = ( int v ) ;

c_str

public const char * c_str ( ) const ;


Copyright © 2000 Mediaware Solutions Pty Ltd
All rights reserved

Click here to return to the top of the page.