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