instance method
probe
Ruby on Rails 6.1.7.10
Since v5.2.8.1 PrivateSignature
probe()
No documentation comment.
Source
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 106
def probe
@probe ||= download_blob_to_tempfile { |file| probe_from(file) }
end
Defined in activestorage/lib/active_storage/analyzer/video_analyzer.rb line 106
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Analyzer::VideoAnalyzer