MediaWare Solutions MPEG SDK

MPEG SDK --> MpegDecoder

struct SystemsFormat

MPEG Packetization Format.

Source:
MpegFormats.h:30

Constructors Index

SystemsFormat
[public]


Enums Index

EnumType
[public]


Variables Index

_value
[public]


Methods Index

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


Constructors

SystemsFormat

public SystemsFormat ( EnumType value = UNKNOWN ) ;


Enums

EnumType

public enum EnumType { UNKNOWN ,
                       AUDIO_ONLY ,
                       VIDEO_ONLY ,
                       SYSTEMS ,
                       PROGRAM ,
                       TRANSPORT ,
                       VCD ,
                       TRANSPORT_204 } ;


Variables

_value

public EnumType _value


Methods

operator int

public operator int ( ) const ;

operator =

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