Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TMediaStationery
Inherited By:
None.
Purpose:
TMovieStationery is derived from TMediaStationery. Its main purpose is to provide a function that creates an appropriate media model for a movie sequence.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
None.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
Other Considerations:
None.
- TMovieStationery ()
- TMovieStationery (TMediaSequence * sequenceToAdopt)
- TMovieStationery (const TMovieStationery &)
Interface Category:
API.
Purpose:
- Default constructor.
- Constructor that creates a new TMovieStationery object from a pointer to a TMediaSequence object.
- Copy constructor.
Calling Context:
- Called by the stream-in operators and objects of this class.
- Called directly by objects of this class.
- Called to copy a stationery object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual ~ TMovieStationery ()
Interface Category:
API.
Purpose:
Destructor.
Calling Context:
Called to destroy an object.
Parameters:
Return Value:
None.
Exceptions:
Throws no exceptions, passes all exceptions through.
Concurrency:
Not multithread safe.
Other Considerations:
None.
virtual TModel * CreateModel ()
Interface Category:
API.
Purpose:
Creates an instance of the media model object with the movie sequence.
Calling Context:
Call this function directly.
Parameters:
Return Value:
Returns a pointer to the newly created TModel object for the movie sequence.
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.