Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

AVStreams Namespace Reference

IDL for Control and Management of Audio/Video Streams Revised Submission. More...


Compounds

exception  AVStreams::alreadyConnected
interface  AVStreams::Basic_StreamCtrl
exception  AVStreams::deviceQosMismatch
exception  AVStreams::failedToConnect
exception  AVStreams::failedToListen
interface  AVStreams::FDev
exception  AVStreams::FEPMismatch
interface  AVStreams::FlowConnection
interface  AVStreams::FlowConsumer
interface  AVStreams::FlowEndPoint
interface  AVStreams::FlowProducer
struct  AVStreams::flowStatus
exception  AVStreams::formatMismatch
exception  AVStreams::formatNotSupported
exception  AVStreams::FPError
exception  AVStreams::InvalidPosition
exception  AVStreams::invalidSettings
interface  AVStreams::MCastConfigIf
interface  AVStreams::MediaControl
interface  AVStreams::MMDevice
interface  AVStreams::Negotiator
exception  AVStreams::noSuchFlow
exception  AVStreams::notConnected
exception  AVStreams::notSupported
struct  AVStreams::Position
exception  AVStreams::MediaControl::PostionKeyNotSupported
exception  AVStreams::PostionKeyNotSupported
exception  AVStreams::PropertyException
exception  AVStreams::protocolNotSupported
struct  AVStreams::QoS
exception  AVStreams::QoSRequestFailed
struct  AVStreams::SFPStatus
interface  AVStreams::StreamCtrl
interface  AVStreams::StreamEndPoint
interface  AVStreams::StreamEndpoint
interface  AVStreams::StreamEndPoint_A
interface  AVStreams::StreamEndPoint_B
exception  AVStreams::streamOpDenied
exception  AVStreams::streamOpFailed
interface  AVStreams::VDev

Typedefs

typedef sequence<QoSstreamQoS
 The QoS of a stream is a sequence of QoS structs (defined above).

typedef sequence<string> flowSpec
 flowSpec is used to keep transport protocol information Each string is one endpoint.

typedef sequence<string> protocolSpec
 List of protocols supported protocol names registered by OMG. e.g., TCP, UDP, AAL5, IPX, RTP.

typedef sequence<octet> key
 Used as a key for public-key encryption.

typedef CosPropertyService::Property streamEvent
 Used to convey events, in Basic_StreamCtrl::push_event.

typedef sequence<FlowConnectionFlowConnection_seq
typedef sequence<StreamEndPoint_AStreamEndPoint_A_seq
typedef sequence<StreamEndPoint_BStreamEndPoint_B_seq
typedef sequence<FlowEndPointFlowEndPoint_seq
typedef sequence<Object> Object_seq

Enumerations

enum  flowState { stopped, started, dead }
 Represents the state of a flow. More...

enum  dirType { dir_in, dir_out }
 The direction of a flow. More...

enum  PositionOrigin { AbsolutePosition, RelativePosition, ModuloPosition }
enum  PositionKey { ByteCount, SampleCount, MediaTime }


Detailed Description

IDL for Control and Management of Audio/Video Streams Revised Submission.


Typedef Documentation

typedef sequence<FlowConnection> AVStreams::FlowConnection_seq
 

typedef sequence<FlowEndPoint> AVStreams::FlowEndPoint_seq
 

typedef sequence<Object> AVStreams::Object_seq
 

typedef sequence<StreamEndPoint_A> AVStreams::StreamEndPoint_A_seq
 

typedef sequence<StreamEndPoint_B> AVStreams::StreamEndPoint_B_seq
 

typedef sequence<string> AVStreams::flowSpec
 

flowSpec is used to keep transport protocol information Each string is one endpoint.

typedef sequence<octet> AVStreams::key
 

Used as a key for public-key encryption.

typedef sequence<string> AVStreams::protocolSpec
 

List of protocols supported protocol names registered by OMG. e.g., TCP, UDP, AAL5, IPX, RTP.

typedef CosPropertyService::Property AVStreams::streamEvent
 

Used to convey events, in Basic_StreamCtrl::push_event.

typedef sequence<QoS> AVStreams::streamQoS
 

The QoS of a stream is a sequence of QoS structs (defined above).


Enumeration Type Documentation

enum AVStreams::PositionKey
 

Enumeration values:
ByteCount  
SampleCount  
MediaTime  

enum AVStreams::PositionOrigin
 

Enumeration values:
AbsolutePosition  
RelativePosition  
ModuloPosition  

enum AVStreams::dirType
 

The direction of a flow.

Enumeration values:
dir_in  
dir_out  

enum AVStreams::flowState
 

Represents the state of a flow.

Enumeration values:
stopped  
started  
dead  


Generated at Wed Nov 21 12:24:06 2001 for TAO_AV by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000