Click or drag to resize

FrameCaptureFromFolder Class

It is a basic VideoSender which can parse picture files from a given folder, and send it in specific time interval. Supported picture file extensions: "jpg", "jpeg", "png", "gif", "tiff", "bmp".
Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderVideoData, VideoFormat
      VideoSender
        Ozeki.MediaFrameCaptureFromFolder

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class FrameCaptureFromFolder : VideoSender

The FrameCaptureFromFolder type exposes the following members.

Constructors
 NameDescription
Public methodFrameCaptureFromFolderInitializes a new instance of the FrameCaptureFromFolder class
Top
Properties
 NameDescription
Public propertyFrameRate 
Public propertyFramesSent 
Public propertyID
(Inherited from DisposableClass)
Public propertyIsRunning 
Public propertyPath 
Public propertyShuffle Gets or sets the shuffle mode. If it is set to true the order of the pictures will be randomized
Top
Methods
 NameDescription
Public methodChangeInterval Changes the time interval between frames. If it was started then it restarts with the new interval.
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the FrameCaptureFromFolder and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodReceiverConnected
(Inherited from VideoSender)
Protected methodReceiverDisconnected
(Inherited from VideoSender)
Protected methodSendMediaData
(Inherited from VideoSender)
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderVideoData, VideoFormat)
Public methodStart Starts parsing the pictures and sending the video data to receivers connected. If the the directory path is invalid an apropiate exception will be thrown.
Public methodStop 
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AbstractMediaSenderVideoData, VideoFormat)
Top
See Also