instance method
side_data
Ruby on Rails 8.0.4
Since v7.0.10 PrivateSignature
side_data()
No documentation comment.
Source
# File activestorage/lib/active_storage/analyzer/video_analyzer.rb, line 112
def side_data
@side_data ||= video_stream["side_data_list"] || {}
end
Defined in activestorage/lib/active_storage/analyzer/video_analyzer.rb line 112
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Analyzer::VideoAnalyzer