struct

EasyFfmpeg::StreamInfo

Inherits Struct / Value / Object

Constructors

new(index : Int32, codec_name : String, codec_long_name : String, codec_type : String, width : Int32 | Nil = nil, height : Int32 | Nil = nil, frame_rate : Float64 | Nil = nil, bit_rate : Int64 | Nil = nil, channels : Int32 | Nil = nil, channel_layout : Nil | String = nil, sample_rate : Int32 | Nil = nil, profile : Nil | String = nil, pix_fmt : Nil | String = nil, language : Nil | String = nil, title : Nil | String = nil, is_default : Bool = false, is_attached_pic : Bool = false)
Source

Instance methods

audio?
Source
bit_rate
Source
bit_rate_display
Source
channel_description
Source
channel_layout
Source
channels
Source
codec_long_name
Source
codec_name
Source
codec_type
Source
frame_rate
Source
frame_rate_display
Source
height
Source
index
Source
is_attached_pic
Source
is_default
Source
language
Source
language_display
Source
pix_fmt
Source
profile
Source
resolution_display
Source
sample_rate
Source
subtitle?
Source
title
Source
video?
Source
width
Source