Back to Devexpress

CameraControl.SaveSettingsToStream(Stream) Method

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-cameracontrol-dot-savesettingstostream-x28-system-dot-io-dot-stream-x29.md

latest1.3 KB
Original Source

CameraControl.SaveSettingsToStream(Stream) Method

Saves the video settings of the currently used capture device to the specified stream.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void SaveSettingsToStream(
    Stream stream
)
vb
Public Overridable Sub SaveSettingsToStream(
    stream As Stream
)

Parameters

NameTypeDescription
streamStream

A Stream descendant to which the video settings are written.

|

See Also

CameraControl Class

CameraControl Members

DevExpress.XtraEditors.Camera Namespace