|
GData JavaScript Client 1.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.mediarss.MediaHash
Describes a media hash.
Defined in gdata.js
Field Summary | |
{string|undefined} |
$t
Hash of the binary media file. |
{string|undefined} |
algo
Algorithm used to create the hash. |
<static> <final> {string} |
ALGO_MD5
Md5 hash algorithm. |
<static> <final> {string} |
ALGO_SHA_1
Sha-1 hash algorithm. |
Constructor Summary | |
google.gdata.mediarss.MediaHash(<Object> opt_params)
Constructs a media hash using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getAlgo()
Returns the algorithm used to create the hash. |
string|undefined
|
getContent()
Returns the hash of the binary media file. |
void
|
setAlgo(<string|undefined> algo)
Sets the algorithm used to create the hash. |
void
|
setContent(<string|undefined> content)
Sets the hash of the binary media file. |
Field Detail |
{string|undefined} $t
{string|undefined} algo
<static> <final> {string} ALGO_MD5
<static> <final> {string} ALGO_SHA_1
Constructor Detail |
google.gdata.mediarss.MediaHash(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: algo and content.
Method Detail |
string|undefined getAlgo()
string|undefined getContent()
void setAlgo(<string|undefined> algo)
algo
- Algorithm used to create the hash or undefined for none.
void setContent(<string|undefined> content)
content
- Hash of the binary media file or undefined for none.
|
GData JavaScript Client 1.7 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |