class FFmpeg::Frame

Defined in:

ffmpeg/frame.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : Int, height : Int, pixel_bytes : Int) #

[View source]
def self.new #

[View source]

Instance Method Detail

def allocate_buffer(width : Int, height : Int, pixel_bytes : Int) #

[View source]
def buffer : Bytes #

[View source]
def finalize #

[View source]
def height #

[View source]
def key_frame? : Bool #

[View source]
def pixel_format : PixelFormat #

[View source]
def to_unsafe : Pointer(FFmpeg::LibAV::Util::AVFrame) #

[View source]
def width #

[View source]