Searched refs:OH_AudioEncoder_GetOutputDescription (Results 1 – 4 of 4) sorted by relevance
25 export const OH_AudioEncoder_GetOutputDescription: () => number; constant
155 * @tc.desc : test OH_AudioEncoder_GetOutputDescription161 expect(audioencoderxdlndk.OH_AudioEncoder_GetOutputDescription()).assertEqual(0);
328 checkParam = OH_AudioEncoder_GetOutputDescription(audioEnc); in AudioEncoderGetOutputDescription()356 format = OH_AudioEncoder_GetOutputDescription(audioEnc); in AudioEncoderSetParameter()
138 OH_AVFormat *OutDescEnc = OH_AudioEncoder_GetOutputDescription(audEnc);