Searched defs:encParameter (Results 1 – 1 of 1) sorted by relevance
32 struct encParameter { struct33 int32_t bitrate = -1;34 int32_t numFrames = -1;35 int32_t frameSize = -1;36 int32_t sampleRate = 0;37 int32_t numChannels = 0;38 int32_t maxFrameSize = -1;39 int32_t width = 0;40 int32_t height = 0;41 int32_t frameRate = -1;[all …]