Class Index

Classes


Namespace MyOpenSpace.Video.Field


Defined in: MyOpenSpace.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
The fields for MyOpenSpace.Video
Field Summary
Field Attributes Field Name and Description
<static>  
MyOpenSpace.Video.Field.COUNTRY
A string representing the video's country, in terms of identifying culture, not necessarily geographic location.
<static>  
MyOpenSpace.Video.Field.DATE_CREATED
The date the video was created.
<static>  
MyOpenSpace.Video.Field.DESCRIPTION
A description of the video.
<static>  
MyOpenSpace.Video.Field.LANGUAGE
A string representing the video's language.
<static>  
MyOpenSpace.Video.Field.LAST_UPDATE
The date the video was last updated.
<static>  
MyOpenSpace.Video.Field.MEDIA_STATUS
The current status of the video, such as "ProcessingFailed"
<static>  
MyOpenSpace.Video.Field.MEDIA_TYPE
An integer representing the media type for this video.
<static>  
MyOpenSpace.Video.Field.RUN_TIME
The length of the video.
<static>  
MyOpenSpace.Video.Field.THUMB_URI
A URL for the thumbnail image associated with this video.
<static>  
MyOpenSpace.Video.Field.TITLE
The video's title.
<static>  
MyOpenSpace.Video.Field.TOTAL_COMMENTS
An integer representing the number of comments the video has currently received.
<static>  
MyOpenSpace.Video.Field.TOTAL_RATING
An integer representing the rating the video has currently received.
<static>  
MyOpenSpace.Video.Field.TOTAL_VIEWS
An integer representing the number of views the video has currently received.
<static>  
MyOpenSpace.Video.Field.TOTAL_VOTES
An integer representing the number of votes the video has currently received.
<static>  
MyOpenSpace.Video.Field.VIDEO_ID
A number representing a Video's unique identifier.
<static>  
MyOpenSpace.Video.Field.VIDEO_URI
The RESTFUL URI with which to access the video on the API.
Namespace Detail
MyOpenSpace.Video.Field
The fields for MyOpenSpace.Video
Field Detail
<static> MyOpenSpace.Video.Field.COUNTRY
A string representing the video's country, in terms of identifying culture, not necessarily geographic location.

<static> MyOpenSpace.Video.Field.DATE_CREATED
The date the video was created.

<static> MyOpenSpace.Video.Field.DESCRIPTION
A description of the video.

<static> MyOpenSpace.Video.Field.LANGUAGE
A string representing the video's language.

<static> MyOpenSpace.Video.Field.LAST_UPDATE
The date the video was last updated.

<static> MyOpenSpace.Video.Field.MEDIA_STATUS
The current status of the video, such as "ProcessingFailed"

<static> MyOpenSpace.Video.Field.MEDIA_TYPE
An integer representing the media type for this video.

<static> MyOpenSpace.Video.Field.RUN_TIME
The length of the video.

<static> MyOpenSpace.Video.Field.THUMB_URI
A URL for the thumbnail image associated with this video.

<static> MyOpenSpace.Video.Field.TITLE
The video's title.

<static> MyOpenSpace.Video.Field.TOTAL_COMMENTS
An integer representing the number of comments the video has currently received.

<static> MyOpenSpace.Video.Field.TOTAL_RATING
An integer representing the rating the video has currently received.

<static> MyOpenSpace.Video.Field.TOTAL_VIEWS
An integer representing the number of views the video has currently received.

<static> MyOpenSpace.Video.Field.TOTAL_VOTES
An integer representing the number of votes the video has currently received.

<static> MyOpenSpace.Video.Field.VIDEO_ID
A number representing a Video's unique identifier.

<static> MyOpenSpace.Video.Field.VIDEO_URI
The RESTFUL URI with which to access the video on the API.

Documentation generated by JsDoc Toolkit 2.0.2 on Wed Nov 12 2008 18:11:17 GMT-0800 (PST)