Home
last modified time | relevance | path

Searched defs:VidRectangle (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h104 struct VidRectangle : public RecorderParam { struct
105VidRectangle(int32_t w, int32_t h) : RecorderParam(RecorderPublicParamType::VID_RECTANGLE), width(… in VidRectangle() function
106 int32_t width;
107 int32_t height;