Class: TSMPTE30fps

Declaration: SMPTETimeCode.h

Taxonomy Categories:

Member Functions:


Interface Category:

API.

Inherits From:

TSMPTETimeCode

Inherited By:

None.

Purpose:

Represents the SMPTE time code at 30 frames per second (non-drop frame).

Instantiation:

Allocate on the heap or the stack.

Deriving Classes:

Derive to provide more information.

Concurrency:

Not multithread safe.

Resource Use:

No special requirements.

Member Function: TSMPTE30fps::TSMPTE30fps

  1. TSMPTE30fps ()
  2. TSMPTE30fps (Hours, Minutes, Seconds, Frames)
  3. TSMPTE30fps (const TTime & theTime)
  4. TSMPTE30fps (const TSMPTE30fps & theTimeCode)

Interface Category:

API.

Purpose:

  1. Default constructor. Undefined value.
  2. Constructor with initial values.
  3. Constructor with initial TTime object.
  4. Copy constructor.

Calling Context:

  1. Called by the stream-in operators and to create an undefined object.
  2. Call this function directly.
  3. Call this function directly.
  4. Call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TSMPTE30fps::operator=

TSMPTE30fps & operator =(const TSMPTE30fps &)

Interface Category:

API.

Purpose:

Assignment operator.

Calling Context:

Call this function directly.

Parameters:

Return Value:

A non-const reference to the left-hand side object.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TSMPTE30fps::~TSMPTE30fps

virtual ~ TSMPTE30fps ()

Interface Category:

API.

Purpose:

Destructor.

Calling Context:

Call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.

Member Function: TSMPTE30fps::GetTimeCode

virtual void GetTimeCode (Hours &, Minutes &, Seconds &, Frames &) const

Interface Category:

API.

Purpose:

Gets the time code as hours, minutes, seconds, and frames.

Calling Context:

Call this function directly.

Parameters:

Return Value:

None.

Exceptions:

Throws no exceptions, passes all exceptions through.

Concurrency:

Not multithread safe.

Other Considerations:

None.
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.