Taxonomy Categories:
Member Functions:
Interface Category:
API.
Inherits From:
TMediaStationery
Inherited By:
None.
Purpose:
TAudioStationery is derived from TMediaStationery. Its main purpose is to provide a function that creates an appropriate media model for an audio sequence.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
None.
Concurrency:
Not multithread safe.
Resource Use:
No special requirements.
Other Considerations:
None.
- TAudioStationery ()
- TAudioStationery (TMediaSequence * sequenceToAdopt)
- TAudioStationery (const TAudioStationery &)
Interface Category:
API.
Purpose:
- Default constructor.
- Constructor that creates a new TAudioStationery 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 ~ TAudioStationery ()
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 audio sequence.
Calling Context:
Call this function directly.
Parameters:
Return Value:
Returns a pointer to the newly created TModel object for the audio 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.