Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_attribute.h49 struct AudioAttribute { struct
57 int32_t (*GetFrameSize)(AudioHandle handle, uint64_t *size);
66 int32_t (*GetFrameCount)(AudioHandle handle, uint64_t *count);
77 int32_t (*SetSampleAttributes)(AudioHandle handle, const struct AudioSampleAttributes *attrs);
88 int32_t (*GetSampleAttributes)(AudioHandle handle, struct AudioSampleAttributes *attrs);
97 int32_t (*GetCurrentChannelId)(AudioHandle handle, uint32_t *channelId);
107 int32_t (*SetExtraParams)(AudioHandle handle, const char *keyValueList);
117 int32_t (*GetExtraParams)(AudioHandle handle, char *keyValueList, int32_t listLenth);
146 int32_t (*AddAudioEffect)(AudioHandle handle, uint64_t effectid);
155 int32_t (*RemoveAudioEffect)(AudioHandle handle, uint64_t effectid);
[all …]
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_attribute.h48 struct AudioAttribute { struct
56 int32_t (*GetFrameSize)(AudioHandle handle, uint64_t *size);
65 int32_t (*GetFrameCount)(AudioHandle handle, uint64_t *count);
76 int32_t (*SetSampleAttributes)(AudioHandle handle, const struct AudioSampleAttributes *attrs);
87 int32_t (*GetSampleAttributes)(AudioHandle handle, struct AudioSampleAttributes *attrs);
96 int32_t (*GetCurrentChannelId)(AudioHandle handle, uint32_t *channelId);
106 int32_t (*SetExtraParams)(AudioHandle handle, const char *keyValueList);
116 int32_t (*GetExtraParams)(AudioHandle handle, char *keyValueList, int32_t listLenth);
145 int32_t (*AddAudioEffect)(AudioHandle handle, uint64_t effectid);
154 int32_t (*RemoveAudioEffect)(AudioHandle handle, uint64_t effectid);
[all …]
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_attribute.h48 struct AudioAttribute { struct
56 int32_t (*GetFrameSize)(AudioHandle handle, uint64_t *size);
65 int32_t (*GetFrameCount)(AudioHandle handle, uint64_t *count);
76 int32_t (*SetSampleAttributes)(AudioHandle handle, const struct AudioSampleAttributes *attrs);
87 int32_t (*GetSampleAttributes)(AudioHandle handle, struct AudioSampleAttributes *attrs);
96 int32_t (*GetCurrentChannelId)(AudioHandle handle, uint32_t *channelId);
106 int32_t (*SetExtraParams)(AudioHandle handle, const char *keyValueList);
116 int32_t (*GetExtraParams)(AudioHandle handle, char *keyValueList, int32_t listLenth);
126 …32_t (*ReqMmapBuffer)(AudioHandle handle, int32_t reqSize, struct AudioMmapBufferDescriptor *desc);
136 int32_t (*GetMmapPosition)(AudioHandle handle, uint64_t *frames, struct AudioTimeStamp *time);