Class: TSMPTE30fpsDrop

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 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: TSMPTE30fpsDrop::TSMPTE30fpsDrop

  1. TSMPTE30fpsDrop ()
  2. TSMPTE30fpsDrop (Hours, Minutes, Seconds, Frames)
  3. TSMPTE30fpsDrop (const TTime & theTime)
  4. TSMPTE30fpsDrop (const TSMPTE30fpsDrop & 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: TSMPTE30fpsDrop::operator=

TSMPTE30fpsDrop & operator =(const TSMPTE30fpsDrop &)

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: TSMPTE30fpsDrop::~TSMPTE30fpsDrop

virtual ~ TSMPTE30fpsDrop ()

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: TSMPTE30fpsDrop::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.