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