Skip to content

Commit

Permalink
[Android]update cpp include files.
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfd3 committed Jun 27, 2024
1 parent f3af557 commit 0662ab7
Show file tree
Hide file tree
Showing 104 changed files with 9,577 additions and 1,969 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ class IExtensionProvider;
class IExtensionProviderV2;
class IExtensionProviderV3;
class IAudioFilter;
class IAudioFilterV2;
class IExtensionVideoFilter;
class IScreenCaptureSource;

Expand Down Expand Up @@ -85,6 +86,13 @@ struct ExtensionInterfaceVersion<IAudioFilter> {
}
};

template <>
struct ExtensionInterfaceVersion<IAudioFilterV2> {
static ExtensionVersion Version() {
return BUMP_MAJOR_VERSION(ExtensionInterfaceVersion<IAudioFilter>::Version());
}
};

template <>
struct ExtensionInterfaceVersion<IExtensionVideoFilter> {
static ExtensionVersion Version() {
Expand Down
Loading

0 comments on commit 0662ab7

Please sign in to comment.