Class ExtraPreviewEventArgs
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.Camera.dll
Provides data for the ExtraPreview event.
public class ExtraPreviewEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsExtraPreviewEventArgs
Properties
View SourcePreview
Gets the preview frame data.
Declaration
public PreviewFrame Preview { get; }
Property Value
| Type | Description |
|---|---|
| PreviewFrame |
StreamId
Gets the stream ID.
Declaration
public int StreamId { get; }
Property Value
| Type | Description |
|---|---|
| int |