NetmeraMedia Class Reference
| Inherits from | NSObject |
| Declared in | Netmera.h NetmeraMedia.m |
Overview
NetmeraMedia object is used to create media content.
Its constructor is used to create different types of media content.
Tasks
-
dataNSData that holds image data
property -
urlPath of the media
property -
– initWithData:Constructor that takes byte array as a parameter and creates NetmeraMedia object.
-
– getUrlWithPhotoSize:Returns the URL of file with the given size.
Properties
Instance Methods
getUrlWithPhotoSize:
Returns the URL of file with the given size.
- (NSURL *)getUrlWithPhotoSize:(enum PhotoSize)sizeParameters
- size
PhotoSize object
Return Value
NSURL of the photo with the given size.
Discussion
Returns the URL of file with the given size.
Declared In
Netmera.hinitWithData:
Constructor that takes byte array as a parameter and creates NetmeraMedia object.
- (NetmeraMedia *)initWithData:(NSData *)dataParameters
- data
The image’s data
Discussion
Constructor that takes byte array as a parameter and creates NetmeraMedia object.
Declared In
Netmera.h