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.
- TSMPTE30fps ()
- TSMPTE30fps (Hours, Minutes, Seconds, Frames)
- TSMPTE30fps (const TTime & theTime)
- TSMPTE30fps (const TSMPTE30fps & 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 TSMPTE30fps & theTimeCode -The object to copy.
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:
- const TSMPTE30fps & -The source object for the assignment.
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 ~ 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:
- 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.