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
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaSenderVideoData, VideoFormat
      Ozeki.MediaVideoSender
        Ozeki.MediaFrameCaptureFromFolder

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

The FrameCaptureFromFolder type exposes the following members.

Constructors
  NameDescription
Public methodFrameCaptureFromFolder
Initializes a new instance of the FrameCaptureFromFolder class
Top
Methods
  NameDescription
Public methodChangeInterval
Changes the time interval between frames. If it was started then it restarts with the new interval.
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the FrameCaptureFromFolder and optionally releases the managed resources
(Overrides DisposableClassDispose(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 AbstractMediaSenderTData, TFormat.)
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
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
Events
See Also