MediaWare Solutions MPEG SDK

MPEG SDK --> MpegAnalyzer

struct Frame

An Frame is a representation of a frame and its type.

Source:
FrameList.h:28

Constructors Index

Frame
[public] Construct a Frame object with frame number f and no type.
Frame
[public] Construct a Frame object with frame number f and type t.


Variables Index

frame
[public]
type
[public]


Methods Index

operator !=
[public]
operator <
[public]
operator =
[public] Assignment operator.
operator ==
[public]


Constructors

Frame

public Frame ( int f ) ;

Construct a Frame object with frame number f and no type.

Frame

public Frame ( int f ,
               string & t ) ;

Construct a Frame object with frame number f and type t.


Variables

frame

public int frame

type

public string type


Methods

operator =

public Frame & operator = ( const Frame & x ) ;

Assignment operator.

operator ==

public bool operator == ( const Frame & x ) const ;

operator !=

public bool operator != ( const Frame & x ) const ;

operator <

public bool operator < ( const Frame & x ) const ;


Copyright © 2000 Mediaware Solutions Pty Ltd
All rights reserved

Click here to return to the top of the page.