Skip to main content
All docs
V24.2

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.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void SaveSettingsToStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A Stream descendant to which the video settings are written.

See Also