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.
- TSMPTE30fpsDrop ()
- TSMPTE30fpsDrop (Hours, Minutes, Seconds, Frames)
- TSMPTE30fpsDrop (const TTime & theTime)
- TSMPTE30fpsDrop (const TSMPTE30fpsDrop & theTimeCode)
Interface Category:
API.
Purpose:
- Default constructor. Undefined value.
- Constructor with initial values.
- Constructor with initial TTime object.
- Copy constructor.
Calling Context:
- Called by the stream-in operators and to create an undefined object.
- Call this function directly.
- Call this function directly.
- Call this function directly.
Parameters:
- Takes no parameters.
- Hours -The hours.
- Minutes -The minutes.
- Seconds -The seconds.
- Frames -The frames.
- const TTime & theTime -The TTime object.
- const TSMPTE30fpsDrop & theTimeCode -The object to copy.
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
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.
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.
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:
- Hours & -The hours.
- Minutes & -The minutes.
- Seconds & -The seconds.
- Frames & -The frames.
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.