struct Asterisk::ARI::Sounds::Sound

Overview

A media file that may be played back.

Included Modules

Defined in:

asterisk/ari/models/sounds_sound.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def formats : Array(Sounds::FormatLangPair) #

The formats and languages in which this sound is available.


[View source]
def formats=(formats : Array(Sounds::FormatLangPair)) #

The formats and languages in which this sound is available.


[View source]
def id : String #

Sound's identifier.


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

Sound's identifier.


[View source]
def text : String? #

Text description of the sound, usually the words spoken.


[View source]
def text=(text : String?) #

Text description of the sound, usually the words spoken.


[View source]