mirror of
https://github.com/qrtc/ffmpeg-dev-go.git
synced 2025-10-08 09:00:16 +08:00
2023-10-27 06:28:27 CST W43D5
This commit is contained in:
@@ -11,12 +11,12 @@ type FFTSample = C.FFTSample
|
||||
// FFTComplex
|
||||
type FFTComplex C.struct_FFTComplex
|
||||
|
||||
// Custom: GetRe gets `FFTComplex.re` value.
|
||||
// GetRe gets `FFTComplex.re` value.
|
||||
func (fc *FFTComplex) GetRe() FFTSample {
|
||||
return (FFTSample)(fc.re)
|
||||
}
|
||||
|
||||
// Custom: GetIm gets `FFTComplex.im` value.
|
||||
// GetIm gets `FFTComplex.im` value.
|
||||
func (fc *FFTComplex) GetIm() FFTSample {
|
||||
return (FFTSample)(fc.im)
|
||||
}
|
||||
|
Reference in New Issue
Block a user