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
            OzP
              OzProtocolStack
                Ozeki.MediaMJPEGConnection

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

The MJPEGConnection type exposes the following members.

Constructors
 NameDescription
Public methodMJPEGConnection Only for serialization purposes.
Public methodMJPEGConnection(OzConf_P_MJPEGClient) Creates a new MJPEGConnection instance, with the specified config.
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 propertyStateCode 
Public propertyTCPClient 
Public propertyUserName 
Public propertyVideoChannel VideoSender object, which can be connected to receivers.
Top
Methods
 NameDescription
Public methodConnect Connects the mediahandler to the streamer with the specified username and password.
Protected methodcreateProtocolStack 
Public methodDisconnect Disconnects the mediahandler from the MJPEG Streamer.
Protected methodDisposeWithoutLock
(Overrides OzProtocolStack.DisposeWithoutLock)
Public methodStart Starts the receiving of the frames.
Public methodStop Stops the receiving of the frames.
Top
Events
See Also