Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Audio ¶
type Audio struct { Name string `json:"audioName"` Duration int `json:"duration"` IsLine bool `json:"isLineAudio"` IsPoint bool `json:"isPointAudio"` IsRawRes bool `json:"isRawRes"` StartPlayTime int `json:"startPlayTime"` TotalEndTime int `json:"totalEndTime"` Frequency int `json:"frequency"` Names []string `json:"names"` Volume float32 `json:"volume"` Pitch float32 `json:"pitch"` Speed float32 `json:"speed"` }
Audio 音频信息
type CropPic ¶
type CropPic struct { CenterLine float32 `json:"centerLine"` Top float32 `json:"top"` Bottom float32 `json:"bottom"` Left float32 `json:"left"` Right float32 `json:"right"` }
CropPic 裁剪图片
Click to show internal directories.
Click to hide internal directories.