MPEG SDK --> MpegAnalyzer
An Frame is a representation of a frame and its type.
Frame
Frame
frame
type
operator !=
operator <
operator =
operator ==
public Frame ( int f ) ;
Construct a Frame object with frame number f and no type.
public Frame ( int f ,
string & t ) ;
Construct a Frame object with frame number f and type t.
public int frame
public string type
public Frame & operator = ( const Frame & x ) ;
Assignment operator.
public bool operator == ( const Frame & x ) const ;
public bool operator != ( const Frame & x ) const ;
public bool operator < ( const Frame & x ) const ;
Click here to return to the top of the page.