class FFmpeg::Format
- FFmpeg::Format
- Reference
- Object
Defined in:
ffmpeg/format.crConstructors
Instance Method Summary
- #configure_io
- #dump_format(stream_index : Int, is_output : Bool = false)
- #finalize
- #find_best_stream(media_type : MediaType = MediaType::Video)
- #input : String
- #input? : String | Nil
- #on_read(&on_read : Bytes -> Int32)
- #on_seek(&on_seek : Int64, SeekFrom -> Int64)
- #open(input : String)
- #open?
-
#packet : Packet
Lazy load the packet
- #parameters(stream_index : Int)
- #read(&)
- #stream_info
- #to_unsafe : Pointer(FFmpeg::LibAV::Format::Context)