#include "CosPropertyService.idl"
Include dependency graph for AVStreams.idl:
Namespaces | |
namespace | AVStreams |
Compounds | |
interface | AVStreams::Basic_StreamCtrl |
Base class for StreamCtrl, implements basic stream start and stop functionality. More... | |
struct | AVStreams::flowStatus |
Used to store the status of a flow. More... | |
interface | AVStreams::MCastConfigIf |
Interface for multicasting operations. More... | |
interface | AVStreams::MediaControl |
MediaControl interface is similar to ControlledStream interface in MSS. It can be inherited by flow endpoints or FlowConnection interfaces. More... | |
interface | AVStreams::MMDevice |
Implements a factory to create Endpoints and VDevs. More... | |
interface | AVStreams::Negotiator |
This interface is used to negotiate QoS between two stream endpoints. More... | |
struct | AVStreams::QoS |
This structure represents QoS for a given type. E.g. {"video_qos", <"video_framerate", 26>, <"video_depth", 9>}. More... | |
struct | AVStreams::SFPStatus |
This structure is defined for SFP1.0 Subsequent versions of the protocol may specify new structures. More... | |
interface | AVStreams::StreamCtrl |
Implementation the A/V StreamCtrl class. this class is used to control the stream. It should be subclassed by applications that want to provide more control features. More... | |
interface | AVStreams::StreamEndPoint_A |
The "A" side of a streamendpoint. More... | |
interface | AVStreams::StreamEndPoint_B |
The "B" side of a streamendpoint. More... | |
interface | AVStreams::VDev |
Implements the VDev interface. One of these is created per connection, and represents device-specific parameters. More... |