class FFmpeg::Video::UDP

Defined in:

ffmpeg/video/udp.cr

Constant Summary

MULTICASTRANGEV4 = IPAddress.new("224.0.0.0/4")
MULTICASTRANGEV6 = IPAddress.new("ff00::/8")

Constructors

Instance Method Summary

Instance methods inherited from class FFmpeg::Video

close : Nil close, closed? : Bool closed?, codec : Codec | Nil codec, configure_read configure_read, each_frame(&) each_frame, finalize finalize, format : Format format, input : String input, on_codec(&on_codec : Codec -> ) on_codec, seek(timestamp : Int64, style : SeekStyle = SeekStyle::None) seek, stream_index : Int32 stream_index

Class methods inherited from class FFmpeg::Video

open(input : Path | URI) open

Constructor Detail

def self.new(stream : String | URI, read_buffer_size : Int = (1024 * 1024) * 4) #

[View source]

Instance Method Detail

def close : Nil #

[View source]
def closed? : Bool #

[View source]
def configure_read #

[View source]
def host : String #

[View source]
def input : String #

[View source]
def port : Int32 #

[View source]