X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Artifacts%2Fbin%2Fpublic%2FTizen.Multimedia.Util.xml;h=6b8d0b5edc0cb194c6f37393d0c82c94fd3db803;hb=d463133eaf15b1636d1c0dec8bc632e1e579e07c;hp=4a52bd23652bb53a243acc5eced7095c46c7c94b;hpb=217cf1432837322b6105ccab0ea25645a24c7b36;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/Artifacts/bin/public/Tizen.Multimedia.Util.xml b/Artifacts/bin/public/Tizen.Multimedia.Util.xml index 4a52bd2..6b8d0b5 100644 --- a/Artifacts/bin/public/Tizen.Multimedia.Util.xml +++ b/Artifacts/bin/public/Tizen.Multimedia.Util.xml @@ -1,997 +1,997 @@ - - - - Tizen.Multimedia.Util - - - - - Represents image data returned by a decoder class. - - - - - Gets the raw image data. - - - - - Gets the size of the image. - - - - - Represent gif image data used to encode a gif image with . - - - - - Initialize a new instance of the class with a buffer and a delay. - - The raw image buffer to be encoded. - The delay for this image, in 0.001 sec units. - is null. - The length of is zero. - - - - Gets the raw image data. - - - - - Gets or sets the delay for this image. - - Time delay in 0.001 sec units. - - - - YV12 - YCrCb planar format - - - - - YUV422 - planar - - - - - YUV420 - planar - - - - - NV12- planar - - - - - UYVY - packed - - - - - YUYV - packed - - - - - RGB565, high-byte is Blue - - - - - RGB888, high-byte is Blue - - - - - ARGB8888, high-byte is Blue - - - - - BGRA8888, high-byte is Alpha - - - - - RGBA8888, high-byte is Alpha - - - - - BGRX8888, high-byte is X - - - - - NV21- planar - - - - - NV16- planar - - - - - NV61- planar - - - - - This is a base class for image decoders. - - - - - Gets the image format of this decoder. - - - - - Sets the color-space to decode into. The default is . - - The value indicating color-space to decode into. - is invalid. - is not supported by the decoder. - - - - - Decodes an image from the specified file. - - Input file path from which to decode. - A task that represents the asynchronous decoding operation. - - Only Graphics Interchange Format(GIF) codec returns more than one frame.\n - \n - http://tizen.org/privilege/mediastorage is needed if is relevant to media storage.\n - http://tizen.org/privilege/externalstorage is needed if is relevant to external storage. - - is null. - - is an empty string.\n - - or -\n - is not a image file.\n - - or -\n - The format of is not . - - does not exists. - Caller does not have required permission to access the path. - The format of is not . - The has already been disposed of. - - - - Decodes an image from the buffer. - - The image buffer from which to decode. - A task that represents the asynchronous decoding operation. - - Only Graphics Interchange Format(GIF) codec returns more than one frame.\n - - is null. - - is an empty array.\n - - or -\n - The format of is not . - - The format of is not . - The has already been disposed of. - - - - Releases the unmanaged resources used by the ImageDecoder. - - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Releases all resources used by the ImageDecoder. - - - - - Provides the ability to decode Bitmap (BMP) encoded images. - - - - - Initialize a new instance of the class. - - will be the . - - - - Provides the ability to decode Portable Network Graphics (PNG) encoded images. - - - - - Initialize a new instance of the class. - - will be the . - - - - Provides the ability to decode Joint Photographic Experts Group (JPEG) encoded images. - - - - - A read-only field that represents the default value of . - - - - - Initialize a new instance of the class. - - will be the . - - - - Gets or sets the downscale at which the jpeg image should be decoded. - - is invalid. - - - - Provides the ability to decode Graphics Interchange Format (GIF) encoded images. - - - - - Initialize a new instance of the class. - - will be the . - - - - This is a base class for image encoders. - - - - - Gets the image format of this encoder. - - - - - Sets the resolution of the output image. - - The target resolution. - - The width of is less than or equal to zero.\n - - or -\n - The height of is less than or equal to zero. - - - - - Sets the color-space of the output image. - - The target color-space. - is invalid. - is not supported by the encoder. - - - - - Encodes an image from a raw image buffer to a specified . - - The image buffer to encode. - The stream that the image is encoded to. - A task that represents the asynchronous encoding operation. - - is null.\n - - or -\n - is null. - - - is an empty array.\n - - or -\n - is not writable.\n - - The resolution is not set. - The has already been disposed of. - - - - - Releases the unmanaged resources used by the ImageEncoder. - - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Releases all resources used by the ImageEncoder. - - - - - Provides the ability to encode Bitmap (BMP) format images. - - - - - Initialize a new instance of the class. - - will be the . - - - - Provides the ability to encode Portable Network Graphics (PNG) format images. - - - - - A read-only field that represents the default value of . - - - - - Initialize a new instance of the class. - - will be the . - - - - Initialize a new instance of the class with . - - will be the . - The compression level of the encoder. - is invalid. - - - - Gets or sets the compression level of the png image. - - The compression level. The default is . - is invalid. - - - - Provides the ability to encode Joint Photographic Experts Group (JPEG) format images. - - - - - A read-only field that represents the default value of . - - - - - Initialize a new instance of the class. - - will be the . - - - - Initialize a new instance of the class with initial quality value. - - The quality for JPEG image encoding; from 1(lowest quality) to 100(highest quality). - will be the . - - is less than or equal to 0.\n - - or -\n - is greater than 100. - - - - - Gets or sets the quality of the encoded image. - - - The quality of the output image. The default is 75.\n - Valid value is from 1(lowest quality) to 100(highest quality). - - - is less than or equal to 0.\n - - or -\n - is greater than 100. - - - - - Provides the ability to encode Graphics Interchange Format (GIF) format images. - - - - - Initialize a new instance of the class. - - will be the . - - - - Encodes a Graphics Interchange Format (GIF) image from multiple raw image buffers to a specified . - - The image frames to encode. - The stream that the image is encoded to. - A task that represents the asynchronous encoding operation. - - is null.\n - - or -\n - is null. - - - has no element(empty).\n - - or -\n - is not writable.\n - - The resolution is not set. - The has already been disposed of. - - - - - Specifies image formats for , and . - - - - - The Joint Photographic Experts Group format. - - - - - The Portable Network Graphics format. - - - - - The Graphics Interchange Format. - - - - - The Bitmap format. - - - - - Specifies how an image is rotated or flipped. - - - - - - No rotation. - - - - - Rotate 90 degree clockwise. - - - - - Rotate 180 degree clockwise. - - - - - Rotate 270 degree clockwise. - - - - - Flip horizontally. - - - - - Flip vertically. - - - - - A base class for image transformations. - - - - - Represents a collection of objects that can be individually accessed by index. - - - - - Initializes a new instance of the ImageTransformCollection class. - - - - - Gets or sets the at the specified index. - - The zero-based index of the to get or set. - The at the specified index. - - index is less than 0.\n - - or -\n - index is equal to or greater than Count. - - - - - Gets the number of items contained in the TransformCollection. - - - - - Adds a to the end of the collection. - - The to add. - - accepts null as a valid value for reference types and allows duplicate elements. - - - - - Removes all items. - - - - - Determines whether the contains the specified item. - - The to locate in the collection. - true if the is found in the collection; otherwise, false. - - - - Copies the items of the collection to an array, starting at the specified array index. - - The one-dimensional array that is the destination of the items copied from the collection. - The zero-based index in array at which copying begins. - is null. - is less than 0. - - The number of elements in the source collection is greater than the available space from arrayIndex to the end of the destination array. - - - - - Determines the index of the specified item in the collection. - - The to locate in the collection. - The index of value if found in the ; otherwise, -1. - - - - Inserts a into the collection at the specified index. - - The zero-based index at which should be inserted. - The to insert into the collection. - is null. - - index is less than 0.\n - -or-\n - index is greater than . - - - - - Removes the first occurrence of the specified from the collection. - - The to remove. - true if was removed from the collection; otherwise, false. - - - - Removes the at the specified index. - - The zero-based index to remove. - - index is less than 0.\n - - or -\n - index is equal to or greater than . - - - - - Returns an enumerator that can iterate through the collection. - - A enumerator that can be used to iterate through the collection. - - - - Represents a that is a composite of the transforms. - - - - - Gets or sets the . - - - - - Initializes a new instance of the ImageTransformGroup class. - - - - - Rotates or flips an image. - - - - - - Initialize a new instance of the class. - - The value how to rotate an image. - is invalid. - is . - - - - Gets or sets the value how to rotate an image. - - is invalid. - is . - - - - Rotates or flips an image. - - - - - - Initialize a new instance of the class. - - The value how to flip an image. - is invalid. - is . - - - - Gets or sets the value how to rotate an image. - - is invalid. - is . - - - - Changes colorspace of image. - - - - - - Initialize a new instance of the class. - - The colorspace of output image. - is invalid. - is not supported. - - - - - Gets or sets the colorspace of the result image. - - is invalid. - is not supported. - - - - - Gets the supported colorspaces for . - - - - - Crops an image. - - - - - Initialize a new instance of the class. - - The crop region. - - The X-position of is less than zero.\n - - or -\n - The Y-position of is less than zero.\n - - or -\n - The width of is less than or equal to zero.\n - - or -\n - The height of is less than or equal to zero. - - - - - Gets or sets the crop region. - - - The X-position of is less than zero.\n - - or -\n - The Y-position of is less than zero.\n - - or -\n - The width of is less than or equal to zero.\n - - or -\n - The height of is less than or equal to zero. - - - - - Resizes an image. - - - - - Initialize a new instance of the class. - - The size that an image is resized to. - - The width of is less than or equal to zero.\n - - or -\n - The height of is less than or equal to zero. - - - - - Gets or sets the size that an image is resized to. - - - The width of is less than or equal to zero.\n - - or -\n - The height of is less than or equal to zero. - - - - - Provides the ability to transform an image. - - - - - Initialize a new instance of the class. - - - - - Transforms an image with . - - to transform. The of this must be . - to apply. - A task that represents the asynchronous transforming operation. - - is null.\n - - or -\n - is null. - - The has already been disposed of. - Failed to apply . - - - - Releases the unmanaged resources used by the ImageTransformer. - - true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - - Releases all resources used by the ImageTransformer. - - - - - Provides utilities for images. - - - - - Retrieves supported colorspaces for a that represents formats for and . - - An IEnumerable of representing the supported color-spaces. - The . - is invalid. - - - - Calculates the size of the image buffer for the specified resolution and color-space. - - The resolution of the image. - of the image. - The buffer size. - - width of is less than or equal to zero.\n - - or -\n - height of is less than or equal to zero. - - is invalid. - - - - Extracts representative color from an image buffer. - - Raw image buffer. - Resolution of the image. - The image should be . - The representative color of the image. - - is null. - is empty. - - width of is less than or equal to zero.\n - - or -\n - height of is less than or equal to zero. - - - - - Specifies JPEG Downscale options for decoding. - - - - - No downscale. - - - - - 1/2 downscale. - - - - - 1/4 downscale. - - - - - 1/8 downscale. - - - - - Specifies PNG compression levels. - - - - - No Compression. - - - - - Compression Level 1. Best speed. - - - - - Compression Level 2. - - - - - Compression Level 3. - - - - - Compression Level 4. - - - - - Compression Level 5. - - - - - Compression Level 6. - - - - - Compression Level 7. - - - - - Compression Level 8. - - - - - Compression Level 9. - - - - - Represents the result of thumbnail extraction. - - - - - The thumbnail data. - - 3 - - - - The size of the thumbnail. - - 3 - - - - Provides the ability to extract the thumbnail from media files. - - - - - Extracts the thumbnail for the given media with the specified path. - - 3 - A task that represents the asynchronous extracting operation. - The size of the thumbnail will be the default size(320x240).\n - The path of the media file to extract the thumbnail. - is null. - Requested does not exist. - Internal error occurred. - Caller does not have required privilege for accessing the . - The specified file is not supported. - - - - Extracts the thumbnail for the given media with the specified path. - - A task that represents the asynchronous extracting operation. - The size of the thumbnail will be the default size(320x240).\n - The path of the media file to extract the thumbnail. - The token to stop the operation. - is null. - Requested does not exist. - Internal error occurred. - Caller does not have required privilege for accessing the . - The specified file is not supported. - - - - Extracts the thumbnail for the given media with the specified path and size. - - 3 - A task that represents the asynchronous extracting operation. - - If the width is not a multiple of 8, it can be changed by inner process.\n - The width will be a multiple of 8 greater than the set value. - - The path of the media file to extract the thumbnail. - The size of the thumbnail. - is null. - Requested does not exist. - Internal error occurred. - Caller does not have required privilege for accessing the . - - Width or height of is less than or equal to zero. - - The specified file is not supported. - - - - Extracts the thumbnail for the given media with the specified path and size. - - 3 - A task that represents the asynchronous extracting operation. - - If the width is not a multiple of 8, it can be changed by inner process.\n - The width will be a multiple of 8 greater than the set value. - - The path of the media file to extract the thumbnail. - The size of the thumbnail. - The token to stop the operation. - is null. - Requested does not exist. - Internal error occurred. - Caller does not have required privilege for accessing the . - - Width or height of is less than or equal to zero. - - The specified file is not supported. - - - + + + + Tizen.Multimedia.Util + + + + + Represents the image data returned by a decoder class. + + + + + Gets the raw image data. + + + + + Gets the size of the image. + + + + + Represents the gif image data used to encode a gif image with . + + + + + Initializes a new instance of the class with a buffer and a delay. + + The raw image buffer to be encoded. + The delay for this image, in 0.001 sec units. + is null. + The length of is zero. + + + + Gets the raw image data. + + + + + Gets or sets the delay for this image. + + Time delay in 0.001 sec units. + + + + YV12 - YCrCb planar format. + + + + + YUV422 - planar. + + + + + YUV420 - planar. + + + + + NV12- planar. + + + + + UYVY - packed. + + + + + YUYV - packed. + + + + + RGB565, high-byte is blue. + + + + + RGB888, high-byte is blue. + + + + + ARGB8888, high-byte is blue. + + + + + BGRA8888, high-byte is alpha. + + + + + RGBA8888, high-byte is alpha. + + + + + BGRX8888, high-byte is X. + + + + + NV21- planar. + + + + + NV16- planar. + + + + + NV61- planar. + + + + + This is a base class for image decoders. + + + + + Gets the image format of this decoder. + + + + + Sets the color-space to decode into. The default is . + + The value indicating color-space to decode into. + is invalid. + is not supported by the decoder. + + + + + Decodes an image from the specified file. + + The input file path from which to decode. + A task that represents the asynchronous decoding operation. + + Only Graphics Interchange Format(GIF) codec returns more than one frame.\n + \n + http://tizen.org/privilege/mediastorage is needed if is relevant to the media storage.\n + http://tizen.org/privilege/externalstorage is needed if is relevant to the external storage. + + is null. + + is an empty string.\n + - or -\n + is not a image file.\n + - or -\n + The format of is not . + + does not exists. + The caller does not have required permission to access the path. + The format of is not . + The has already been disposed of. + + + + Decodes an image from the buffer. + + The image buffer from which to decode. + A task that represents the asynchronous decoding operation. + + Only Graphics Interchange Format(GIF) codec returns more than one frame.\n + + is null. + + is an empty array.\n + - or -\n + The format of is not . + + The format of is not . + The has already been disposed of. + + + + Releases the unmanaged resources used by the ImageDecoder. + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + Releases all resources used by the ImageDecoder. + + + + + Provides the ability to decode Bitmap (BMP) encoded images. + + + + + Initializes a new instance of the class. + + will be the . + + + + Provides the ability to decode the Portable Network Graphics (PNG) encoded images. + + + + + Initializes a new instance of the class. + + will be the . + + + + Provides the ability to decode the Joint Photographic Experts Group (JPEG) encoded images. + + + + + A read-only field that represents the default value of . + + + + + Initializes a new instance of the class. + + will be the . + + + + Gets or sets the downscale at which the jpeg image should be decoded. + + is invalid. + + + + Provides the ability to decode the Graphics Interchange Format (GIF) encoded images. + + + + + Initializes a new instance of the class. + + will be the . + + + + This is a base class for image encoders. + + + + + Gets the image format of this encoder. + + + + + Sets the resolution of the output image. + + The target resolution. + + The width of is less than or equal to zero.\n + - or -\n + The height of is less than or equal to zero. + + + + + Sets the color-space of the output image. + + The target color-space. + is invalid. + is not supported by the encoder. + + + + + Encodes an image from a raw image buffer to a specified . + + The image buffer to encode. + The stream that the image is encoded to. + A task that represents the asynchronous encoding operation. + + is null.\n + - or -\n + is null. + + + is an empty array.\n + - or -\n + is not writable.\n + + The resolution is not set. + The has already been disposed of. + + + + + Releases the unmanaged resources used by the ImageEncoder. + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + Releases all resources used by the ImageEncoder. + + + + + Provides the ability to encode the Bitmap (BMP) format images. + + + + + Initializes a new instance of the class. + + will be the . + + + + Provides the ability to encode the Portable Network Graphics (PNG) format images. + + + + + A read-only field that represents the default value of . + + + + + Initializes a new instance of the class. + + will be the . + + + + Initializes a new instance of the class with . + + will be the . + The compression level of the encoder. + is invalid. + + + + Gets or sets the compression level of the png image. + + The compression level. The default is . + is invalid. + + + + Provides the ability to encode the Joint Photographic Experts Group (JPEG) format images. + + + + + A read-only field that represents the default value of . + + + + + Initializes a new instance of the class. + + will be the . + + + + Initializes a new instance of the class with initial quality value. + + The quality for JPEG image encoding; from 1(lowest quality) to 100(highest quality). + will be the . + + is less than or equal to 0.\n + - or -\n + is greater than 100. + + + + + Gets or sets the quality of the encoded image. + + + The quality of the output image. The default is 75.\n + Valid value is from 1(lowest quality) to 100(highest quality). + + + is less than or equal to 0.\n + - or -\n + is greater than 100. + + + + + Provides the ability to encode the Graphics Interchange Format (GIF) format images. + + + + + Initializes a new instance of the class. + + will be the . + + + + Encodes a Graphics Interchange Format (GIF) image from multiple raw image buffers to a specified . + + The image frames to encode. + The stream that the image is encoded to. + A task that represents the asynchronous encoding operation. + + is null.\n + - or -\n + is null. + + + has no element(empty).\n + - or -\n + is not writable.\n + + The resolution is not set. + The has already been disposed of. + + + + + Specifies image formats for , and . + + + + + The Joint Photographic Experts Group format. + + + + + The Portable Network Graphics format. + + + + + The Graphics Interchange Format. + + + + + The Bitmap format. + + + + + Specifies how an image is rotated or flipped. + + + + + + No rotation. + + + + + Rotate 90 degree clockwise. + + + + + Rotate 180 degree clockwise. + + + + + Rotate 270 degree clockwise. + + + + + Flip horizontally. + + + + + Flip vertically. + + + + + A base class for image transformations. + + + + + Represents a collection of objects that can be individually accessed by index. + + + + + Initializes a new instance of the ImageTransformCollection class. + + + + + Gets or sets the at the specified index. + + The zero-based index of the to get or set. + The at the specified index. + + index is less than 0.\n + - or -\n + index is equal to or greater than Count. + + + + + Gets the number of items contained in the TransformCollection. + + + + + Adds a to the end of the collection. + + The to add. + + accepts null as a valid value for reference types and allows duplicate elements. + + + + + Removes all items. + + + + + Determines whether the contains the specified item. + + The to locate in the collection. + true if the is found in the collection; otherwise, false. + + + + Copies the items of the collection to an array, starting at the specified array index. + + The one-dimensional array that is the destination of the items copied from the collection. + The zero-based index in array at which copying begins. + is null. + is less than 0. + + The number of elements in the source collection is greater than the available space from arrayIndex to the end of the destination array. + + + + + Determines the index of the specified item in the collection. + + The to locate in the collection. + The index of value if found in the ; otherwise, -1. + + + + Inserts a into the collection at the specified index. + + The zero-based index at which should be inserted. + The to insert into the collection. + is null. + + index is less than 0.\n + -or-\n + index is greater than . + + + + + Removes the first occurrence of the specified from the collection. + + The to remove. + true if was removed from the collection; otherwise, false. + + + + Removes the at the specified index. + + The zero-based index to remove. + + index is less than 0.\n + - or -\n + index is equal to or greater than . + + + + + Returns an enumerator that can iterate through the collection. + + An enumerator that can be used to iterate through the collection. + + + + Represents a that is a composite of the transforms. + + + + + Gets or sets the . + + + + + Initializes a new instance of the ImageTransformGroup class. + + + + + Rotates an image. + + + + + + Initializes a new instance of the class. + + The value how to rotate an image. + is invalid. + is . + + + + Gets or sets the value how to rotate an image. + + is invalid. + is . + + + + Flips an image. + + + + + + Initializes a new instance of the class. + + The value how to flip an image. + is invalid. + is . + + + + Gets or sets the value how to rotate an image. + + is invalid. + is . + + + + Changes the colorspace of an image. + + + + + + Initializes a new instance of the class. + + The colorspace of output image. + is invalid. + is not supported. + + + + + Gets or sets the colorspace of the result image. + + is invalid. + is not supported. + + + + + Gets the supported colorspaces for . + + + + + Crops an image. + + + + + Initializes a new instance of the class. + + The crop region. + + The X-position of is less than zero.\n + - or -\n + The Y-position of is less than zero.\n + - or -\n + The width of is less than or equal to zero.\n + - or -\n + The height of is less than or equal to zero. + + + + + Gets or sets the crop region. + + + The X-position of is less than zero.\n + - or -\n + The Y-position of is less than zero.\n + - or -\n + The width of is less than or equal to zero.\n + - or -\n + The height of is less than or equal to zero. + + + + + Resizes an image. + + + + + Initializes a new instance of the class. + + The size that an image is resized to. + + The width of is less than or equal to zero.\n + - or -\n + The height of is less than or equal to zero. + + + + + Gets or sets the size that an image is resized to. + + + The width of is less than or equal to zero.\n + - or -\n + The height of is less than or equal to zero. + + + + + Provides the ability to transform an image. + + + + + Initializes a new instance of the class. + + + + + Transforms an image with . + + to transform. The of this must be . + to apply. + A task that represents the asynchronous transforming operation. + + is null.\n + - or -\n + is null. + + The has already been disposed of. + Failed to apply . + + + + Releases the unmanaged resources used by the ImageTransformer. + + true to release both managed and unmanaged resources; false to release only unmanaged resources. + + + + Releases all resources used by the ImageTransformer. + + + + + Provides utilities for images. + + + + + Retrieves supported colorspaces for a that represents formats for and . + + An IEnumerable of representing the supported color-spaces. + The . + is invalid. + + + + Calculates the size of the image buffer for the specified resolution and color-space. + + The resolution of the image. + of the image. + The buffer size. + + width of is less than or equal to zero.\n + - or -\n + height of is less than or equal to zero. + + is invalid. + + + + Extracts representative color from an image buffer. + + Raw image buffer. + Resolution of the image. + The image should be . + The representative color of the image. + + is null. + is empty. + + width of is less than or equal to zero.\n + - or -\n + height of is less than or equal to zero. + + + + + Specifies the JPEG Downscale options for decoding. + + + + + No downscale. + + + + + 1/2 downscale. + + + + + 1/4 downscale. + + + + + 1/8 downscale. + + + + + Specifies the PNG compression levels. + + + + + No Compression. + + + + + Compression Level 1. Best speed. + + + + + Compression Level 2. + + + + + Compression Level 3. + + + + + Compression Level 4. + + + + + Compression Level 5. + + + + + Compression Level 6. + + + + + Compression Level 7. + + + + + Compression Level 8. + + + + + Compression Level 9. + + + + + Represents the result of the thumbnail extraction. + + + + + The thumbnail data. + + 3 + + + + The size of the thumbnail. + + 3 + + + + Provides the ability to extract the thumbnail from media files. + + + + + Extracts the thumbnail for the given media with the specified path. + + 3 + A task that represents the asynchronous extracting operation. + The size of the thumbnail will be the default size (320x240). + The path of the media file to extract the thumbnail. + is null. + does not exist. + An internal error occurs. + The caller does not have required privilege for accessing the . + The specified file is not supported. + + + + Extracts the thumbnail for the given media with the specified path. + + A task that represents the asynchronous extracting operation. + The size of the thumbnail will be the default size(320x240).\n + The path of the media file to extract the thumbnail. + The token to stop the operation. + is null. + does not exist. + An internal error occurs. + The caller does not have required privilege for accessing the . + The specified file is not supported. + + + + Extracts the thumbnail for the given media with the specified path and size. + + 3 + A task that represents the asynchronous extracting operation. + + If the width is not a multiple of 8, it can be changed by the inner process.\n + The width will be a multiple of 8 greater than the set value. + + The path of the media file to extract the thumbnail. + The size of the thumbnail. + is null. + does not exist. + An internal error occurs. + The caller does not have required privilege for accessing the . + + The width or the height of is less than or equal to zero. + + The specified file is not supported. + + + + Extracts the thumbnail for the given media with the specified path and size. + + 3 + A task that represents the asynchronous extracting operation. + + If the width is not a multiple of 8, it can be changed by the inner process.\n + The width will be a multiple of 8 greater than the set value. + + The path of the media file to extract the thumbnail. + The size of the thumbnail. + The token to stop the operation. + is null. + does not exist. + An internal error occurs. + The caller does not have required privilege for accessing the . + + The width or the height of is less than or equal to zero. + + The specified file is not supported. + + +