struct Antmedia::V2::Broadcast

Included Modules

Defined in:

antmedia/v2/client/broadcast.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def hls_viewer_count : Int32 #

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

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def publish : Bool | Nil #

[View source]
def publish=(publish : Bool | Nil) #

[View source]
def rtmp_url : String | Nil #

[View source]
def rtmp_url=(rtmp_url : String | Nil) #

[View source]
def rtmp_viewer_count : Int32 #

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

[View source]
def status : String | Nil #

[View source]
def status=(status : String | Nil) #

[View source]
def stream_id : String #

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

[View source]
def type : String | Nil #

[View source]
def type=(type : String | Nil) #

[View source]
def web_rtc_viewer_count : Int32 #

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

[View source]