Documentation ¶
Index ¶
- type CancelVideoUploadResult
- type CompleteVideoUploadResult
- type GetVideoUploadResult
- type GetVideoUploadResultResponse
- type InitVideoUploadResult
- type InitVideoUploadResultResponse
- type ReportDataEntity
- type ThumbnailUrlEntity
- type UploadImageResult
- type UploadVideoPartResult
- type VideoInfoEntity
- type VideoUrlEntity
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelVideoUploadResult ¶
type CancelVideoUploadResult struct { commonentity.Result Error string `json:"error"` Warning string `json:"warning"` }
CancelVideoUploadResult
type CompleteVideoUploadResult ¶
type CompleteVideoUploadResult struct { commonentity.Result Error string `json:"error"` Warning string `json:"warning"` }
CompleteVideoUploadResult
type GetVideoUploadResult ¶
type GetVideoUploadResult struct { commonentity.Result Error string `json:"error"` Warning string `json:"warning"` Response GetVideoUploadResultResponse `json:"response"` }
GetVideoUploadResult
type GetVideoUploadResultResponse ¶
type GetVideoUploadResultResponse struct { Status string `json:"status"` VideoInfo VideoInfoEntity `json:"video_info"` Message string `json:"message"` }
GetVideoUploadResultResponse
func (GetVideoUploadResultResponse) String ¶
func (g GetVideoUploadResultResponse) String() string
String
type InitVideoUploadResult ¶
type InitVideoUploadResult struct { commonentity.Result Error string `json:"error"` Response InitVideoUploadResultResponse `json:"response"` }
InitVideoUploadResult
type InitVideoUploadResultResponse ¶
type InitVideoUploadResultResponse struct {
VideoUploadID string `json:"video_upload_id"`
}
InitVideoUploadResultResponse
func (InitVideoUploadResultResponse) String ¶
func (g InitVideoUploadResultResponse) String() string
String
type ReportDataEntity ¶
type ReportDataEntity struct {
UploadCost int `json:"upload_cost"`
}
ReportDataEntity
type ThumbnailUrlEntity ¶
type ThumbnailUrlEntity struct { ImageUrlRegion string `json:"image_url_region"` ImageUrl string `json:"image_url"` }
ThumbnailUrlEntity
type UploadImageResult ¶
type UploadImageResult struct { commonentity.Result Error string `json:"error"` Warning string `json:"warning"` }
UploadImageResult
type UploadVideoPartResult ¶
type UploadVideoPartResult struct { commonentity.Result Error string `json:"error"` Warning string `json:"warning"` }
UploadVideoPartResult
type VideoInfoEntity ¶
type VideoInfoEntity struct { VideoUrlList []VideoUrlEntity `json:"video_url_list"` ThumbnailUrlList []ThumbnailUrlEntity `json:"thumbnail_url_list"` Duration int `json:"duration"` }
VideoInfoEntity
type VideoUrlEntity ¶
type VideoUrlEntity struct { VideoUrlRegion string `json:"video_url_region"` VideoUrl string `json:"video_url"` }
VideoUrlEntity
Click to show internal directories.
Click to hide internal directories.