Click or drag to resize
MJPEGConnection Class
Initializes an object, which can be connected to an MJPEG Streamer.
Inheritance Hierarchy
SystemObject
  OzDisposeable
    OzItem
      OzIDItem
        OzManagedItem
          OzManagedItemWithName
            OzConnHandler
              OzProtocolStack
                Ozeki.MediaMJPEGConnection

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class MJPEGConnection : OzProtocolStack, 
	IDisposable, ICamera

The MJPEGConnection type exposes the following members.

Constructors
  NameDescription
Public methodMJPEGConnection
Only for serialization purposes.
Public methodMJPEGConnection(OzMJPEGClient_Config)
Creates a new MJPEGConnection instance, with the specified config.
Top
Methods
  NameDescription
Public methodConnect
Connects the mediahandler to the streamer with the specified username and password.
Public methodDisconnect
Disconnects the mediahandler from the MJPEG Streamer.
Public methodDispose
Releases all resources used by the MJPEGConnection
(Overrides OzConnHandler.Dispose.)
Protected methodInit (Overrides OzProtocolStack.Init.)
Public methodStart
Starts the receiving of the frames.
Public methodStop
Stops the receiving of the frames.
Top
Properties
  NameDescription
Public propertyAudioChannel
Public propertyCapturing
Public propertyConf
The config for the connection. It contains the connection url.
Public propertyHost
Public propertyHTTPHeaders
Gets the HTTP Headers.
Public propertyInitialized
Public propertyIsRunning
It is true if the the MJPEGConnection object is sendig video data through it's VideoChannel
Public propertyPassword
Public propertyReceivingVideo
Public propertyResolution
Public propertyState
Public propertyTCPClient
Public propertyUserName
Public propertyVideoChannel
VideoSender object, which can be connected to receivers.
Top
Events
See Also