| Package | com.akamai.osmf.metadata |
| Class | public class AkamaiMediaType |
| Inheritance | AkamaiMediaType Object |
| Property | Defined By | ||
|---|---|---|---|
| data : Object [read-only]
The generic data object was supplied to the constructor. | AkamaiMediaType | ||
| mediaType : String [read-only]
The Akamai media type. | AkamaiMediaType | ||
| Method | Defined By | ||
|---|---|---|---|
AkamaiMediaType(mediaType:String, data:Object)
Constructor. | AkamaiMediaType | ||
| data | property |
data:Object [read-only] The generic data object was supplied to the constructor.
public function get data():Object| mediaType | property |
mediaType:String [read-only]
The Akamai media type. Should be one of the constants
defined in AkamaiStrings
public function get mediaType():StringSee also
| AkamaiMediaType | () | Constructor |
public function AkamaiMediaType(mediaType:String, data:Object)Constructor.
ParametersmediaType:String — The Akamai media type. This value should be
one of the constant string values defined in AkamaiStrings
| |
data:Object — A generic data object.
|
See also