#include <Endpoint_Strategy.h>
Inheritance diagram for TAO_AV_Endpoint_Strategy:
Public Methods | |
TAO_AV_Endpoint_Strategy (void) | |
Constructor. More... | |
virtual | ~TAO_AV_Endpoint_Strategy (void) |
Destructor. More... | |
virtual int | create_A (AVStreams::StreamEndPoint_A_ptr &stream_endpoint, AVStreams::VDev_ptr &vdev ACE_ENV_ARG_DECL) |
Called by the MMDevice, when it needs to create an A type endpoint. More... | |
virtual int | create_B (AVStreams::StreamEndPoint_B_ptr &stream_endpoint, AVStreams::VDev_ptr &vdev ACE_ENV_ARG_DECL) |
Called by the MMDevice, when it needs to create an B type endpoint. More... | |
Protected Attributes | |
AVStreams::StreamEndPoint_A_ptr | stream_endpoint_a_ |
The "A" stream endpoint. More... | |
AVStreams::StreamEndPoint_B_ptr | stream_endpoint_b_ |
The "B" stream endpoint. More... | |
AVStreams::VDev_ptr | vdev_ |
The vdev. More... |
Base class to define various endpoint strategies used by the MMDevice to create the Endpoint and Vdev
|
Constructor.
|
|
Destructor.
|
|
Called by the MMDevice, when it needs to create an A type endpoint.
Reimplemented in TAO_AV_Endpoint_Process_Strategy_A, and TAO_AV_Endpoint_Reactive_Strategy_A. |
|
Called by the MMDevice, when it needs to create an B type endpoint.
Reimplemented in TAO_AV_Endpoint_Process_Strategy_B, and TAO_AV_Endpoint_Reactive_Strategy_B. |
|
The "A" stream endpoint.
|
|
The "B" stream endpoint.
|
|
The vdev.
|