class ADSP::Stream::Stat

ADSP::Stream::Stat class.

Constants

DELEGATES

List of methods to be forwarded for native stream status info.

METHODS_RETURNING_FALSE

List of methods returning false.

Public Class Methods

new(stat) click to toggle source

Initializes status info based on native stream stat.

# File lib/adsp/stream/stat.rb, line 69
def initialize(stat)
  @stat = stat
end