Class ThumbnailExtractionResult
Definition
- Namespace:
- Tizen.Multimedia.Util
- Assembly:
- Tizen.Multimedia.Util.dll
- API Level:
- 4
Represents the result of the thumbnail extraction.
public class ThumbnailExtractionResult
- Inheritance
-
ThumbnailExtractionResult
Properties
View SourceRawData
The thumbnail data.
Declaration
public byte[] RawData { get; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 4
View SourceSize
The size of the thumbnail.
Declaration
public Size Size { get; }
Property Value
Type | Description |
---|---|
Size |