Click or drag to resize
CaptureDeviceMulticastProviderClient Class
Inheritance Hierarchy
SystemObject
  StreamCoders.DevicesCaptureDeviceMulticastProviderClient

Namespace: StreamCoders.Devices
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class CaptureDeviceMulticastProviderClient

The CaptureDeviceMulticastProviderClient type exposes the following members.

Constructors
  NameDescription
Public methodCaptureDeviceMulticastProviderClient
Initializes a new instance of the CaptureDeviceMulticastProviderClient class
Top
Properties
  NameDescription
Public propertyFramesReceived
The number of times GetFrame was called with a successful return value.
Public propertyHeight
Gets or sets the desired height of the output pictures.
Public propertyId
A unique ID for client.
Public propertyTimeRelativeToSelf
Set to true if the StartTime/EndTime pairs should be recalculated relative to the WebcamProxyParticipants start time.
Public propertyWidth
Gets or sets the desired width of the output pictures.
Top
Methods
  NameDescription
Public methodGetFrame
Retrieves the time aligned frame from the WebcamMulticastProvider. If necessary, the picture will be resized to the configured resolution.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also