Medias |
public class MediasClient : ApiHandler<ApiClient>
The MediasClient type exposes the following members.
Name | Description | |
---|---|---|
AddQueryParameter | (Inherited from ApiHandlerT) | |
BeginUpload | Begins a media upload with an given id. If the Id is null, a new id will be returned | |
BeginUploadAsync | Begins a media upload with an given id. If the Id is null, a new id will be returned | |
Delete | Deletes a media file | |
DeleteAsync | Deletes a media file | |
FinalizeUpload | Finalizes the media upload, and processes the file. | |
FinalizeUploadAsync | Finalizes the media upload, and processes the file. | |
GetChunk(Guid, Int64, Int64) | Gets a piece of a file | |
GetChunk(Guid, Int64, Int64, Stream) | Gets a piece of a file | |
GetChunkAsync(Guid, Int64, Int64) | Gets a piece of a file | |
GetChunkAsync(Guid, Int64, Int64, Stream) | Gets a piece of a file | |
GetFile(Guid) | Gets a file | |
GetFile(Guid, Stream) | Gets a file | |
GetFileAsync(Guid) | Gets a file | |
GetFileAsync(Guid, Stream) | Gets a file | |
GetFileStats | Gets file stats about a media-file | |
GetFileStatsAsync | Gets media meta-data | |
GetGetPrintableScaled | Gets an image scaled to match submitted max width or max height converted to 300dpi. If the image is smaller than the requested dimensions, the original image is returned. | |
GetMediaData | Gets media meta-data | |
GetMediaDataAsync | Gets media meta-data | |
GetPrintable | Gets an image scaled to match submitted max width or max height converted to 300dpi. If the image is smaller than the requested dimensions, the original image is returned. | |
GetPrintableAsync(Guid, NullableDecimal, NullableDecimal, NullablePrintSizeUnit) | Gets an image scaled to match submitted max width or max height converted to 300dpi. If the image is smaller than the requested dimensions, the original image is returned. | |
GetPrintableAsync(Guid, NullableDecimal, NullableDecimal, NullablePrintSizeUnit, Stream) | Gets an image scaled to match submitted max width or max height converted to 300dpi. If the image is smaller than the requested dimensions, the original image is returned. | |
GetScaled(Guid, Int32, Int32) | Gets an image scaled to match submitted max width or max height. If the image is smaller than the requested dimensions, the original image is returned. | |
GetScaled(Guid, Int32, Int32, Stream) | Gets an image scaled to match submitted max width or max height. If the image is smaller than the requested dimensions, the original image is returned. | |
GetScaledAsync(Guid, Int32, Int32) | Gets an image scaled to match submitted max width or max height. If the image is smaller than the requested dimensions, the original image is returned. | |
GetScaledAsync(Guid, Int32, Int32, Stream) | Gets an image scaled to match submitted max width or max height. If the image is smaller than the requested dimensions, the original image is returned. | |
GetThumbnail(Guid, Int32, Int32) | Gets an thumbnail of a media scaled to match submitted max width or max height. If the media is an image and the image is smaller than the requested dimensions, the original image is returned. If anything else than an image is requested, the service returns a standard thumbnail matching the requested dimensions. | |
GetThumbnail(Guid, Int32, Int32, Stream) | Gets an thumbnail of a media scaled to match submitted max width or max height. If the media is an image and the image is smaller than the requested dimensions, the original image is returned. If anything else than an image is requested, the service returns a standard thumbnail matching the requested dimensions. | |
GetThumbnailAsync(Guid, Int32, Int32) | Gets an thumbnail of a media scaled to match submitted max width or max height. If the media is an image and the image is smaller than the requested dimensions, the original image is returned. If anything else than an image is requested, the service returns a standard thumbnail matching the requested dimensions. | |
GetThumbnailAsync(Guid, Int32, Int32, Stream) | Gets an thumbnail of a media scaled to match submitted max width or max height. If the media is an image and the image is smaller than the requested dimensions, the original image is returned. If anything else than an image is requested, the service returns a standard thumbnail matching the requested dimensions. | |
SaveChunk(SaveChunkRequest) | Writes a chunk of data to the file. | |
SaveChunk(Guid, Int64, Byte) | Writes a chunk of data to the file. | |
SaveChunkAsync(SaveChunkRequest) | Writes a chunk of data to the file. | |
SaveChunkAsync(Guid, Int64, Byte) | Writes a chunk of data to the file. | |
Upload | Uploads a file to the service. Bundles BeginUpload, SaveChunk(s), and FinalizeUpload into one. | |
UploadAsync | Uploads a file to the service. Bundles BeginUpload, SaveChunk(s), and FinalizeUpload into one. |