class FLACTag::FLACPicture

Defined in:

flactag/objects.cr

Instance Method Summary

Instance Method Detail

def colours_num : Int32 #

[View source]
def colours_num=(colours_num : Int32) #

[View source]
def data : Bytes #

[View source]
def data=(data : Bytes) #

[View source]
def depth : Int32 #

[View source]
def depth=(depth : Int32) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def mime_type : String #

[View source]
def mime_type=(mime_type : String) #

[View source]
def type : PictureType #

[View source]
def type=(type : PictureType) #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]