提交 c1227b34 编写于 作者: J jp9000

libobs: Remove 'get_transition_volume' callback

This callback will no longer be used, instead transitions will modify
the audio data directly.
上级 da2f9f73
......@@ -374,15 +374,6 @@ struct obs_source_info {
void (*key_click)(void *data, const struct obs_key_event *event,
bool key_up);
/**
* Called to transition sources get the volume of a transitioning
* sub-source.
*
* @param data Source data
* @param source Transitioning sub-source to get the volume of
*/
float (*get_transition_volume)(void *data, obs_source_t *source);
/**
* Called when the filter is removed from a source
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册