Click or drag to resize
MediaGatewayVideoReceiver Class
Flash kliensek felé küldi a video-t flash H264 formátumban
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaReceiverVideoData, VideoFormat
      Ozeki.MediaVideoReceiver
        Ozeki.MediaGatewayMediaGatewayVideoReceiver

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class MediaGatewayVideoReceiver : VideoReceiver

The MediaGatewayVideoReceiver type exposes the following members.

Constructors
  NameDescription
Public methodMediaGatewayVideoReceiver
Initializes a new instance of the MediaGatewayVideoReceiver class
Top
Methods
  NameDescription
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the MediaGatewayVideoReceiver and optionally releases the managed resources
(Overrides DisposableClassDispose(Boolean).)
Protected methodFinalize
(Inherited from DisposableClass.)
Protected methodGetAllFormats (Inherited from VideoReceiver.)
Protected methodOnDataReceived (Overrides AbstractMediaReceiverTData, TFormatOnDataReceived(Object, TData).)
Protected methodSenderConnected
This will be called when a video sneder has been connected to this object.
(Inherited from VideoReceiver.)
Protected methodSenderDisconnected
This will be called when a video sender has been disconnected from this object.
(Inherited from VideoReceiver.)
Protected methodSetReceiveFormats
Sets the audio formats that the audio handler can receive. If no audio format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Top
Properties
  NameDescription
Public propertyID (Inherited from DisposableClass.)
Public propertyMediaStream
Public propertyReceiveFormats
Gets a list of media formats that the media handler can handle. If no media format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Top
Events
See Also