Class ExtraPreviewEventArgs

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.Camera.dll
API Level:
10

Provides data for the ExtraPreview event.

C#
Copy
public class ExtraPreviewEventArgs : EventArgs
Inheritance
System.Object
ExtraPreviewEventArgs

Properties

View Source

Preview

Gets the preview frame data.

Declaration
C#
Copy
public PreviewFrame Preview { get; }
Property Value
Type Description
PreviewFrame
API Level: 10
View Source

StreamId

Gets the stream ID.

Declaration
C#
Copy
public int StreamId { get; }
Property Value
Type Description
Int32
API Level: 10