Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/js/
H A Dvideo_recorder_napi.h73 struct VideoRecorderProfile { struct
90 VideoRecorderProfile profile; argument
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h212 struct VideoRecorderProfile { struct
214 std::string audioCodec = "";
215 std::string videoCodec = "";
216 int32_t audioBitrate = 0;
217 int32_t audioChannels = 0;
218 int32_t audioSampleRate = 0;
219 int32_t durationTime = 0;
221 int32_t videoBitrate = 0;
222 int32_t videoFrameWidth = 0;
223 int32_t videoFrameHeight = 0;
[all …]