// Copyright © 2019 - 2020 Oscar Campos // Copyright © 2017 - William Edwards // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. #ifndef CGDNATIVE_VIDEODECODER_H #define CGDNATIVE_VIDEODECODER_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /*------------------------------------------------------------------------------ // This file was autogenerated by PimPam GDNative-Go binding tools // Please do not modify this file, any change will be lost //----------------------------------------------------------------------------*/ /* GDNative VIDEODECODER 0.1 */ godot_int go_godot_videodecoder_file_read(godot_gdnative_ext_videodecoder_api_struct * p_api, void * file_ptr, uint8_t * buf, int buf_size); int64_t go_godot_videodecoder_file_seek(godot_gdnative_ext_videodecoder_api_struct * p_api, void * file_ptr, int64_t pos, int whence); void go_godot_videodecoder_register_decoder(godot_gdnative_ext_videodecoder_api_struct * p_api, const godot_videodecoder_interface_gdnative * p_interface); #endif