Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Drecorder_param.h185 struct OutFd : public RecorderParam { struct
186 explicit OutFd(int32_t outFd) : RecorderParam(RecorderPublicParamType::OUT_FD), fd(outFd) {} in OutFd() argument
190 struct NextOutFd : public RecorderParam { argument