C# Class Video_Streaming.Justin.Stream

Exibir arquivo Open project: mbernier85/video-streaming

Public Methods

Method Description
List ( ) : Task>
Summary ( ) : void

Get aggregate information about all the streams (total viewers, total number of streams, average bitrate)

list_callbacks ( ) : void
register_callback ( ) : void

Register a callback url for stream events on a channel - you can register for stream_up and stream_down

search ( ) : void
unregister_callback ( ) : void

Method Details

List() public static method

public static List ( ) : Task>
return Task>

Summary() public method

Get aggregate information about all the streams (total viewers, total number of streams, average bitrate)
public Summary ( ) : void
return void

list_callbacks() public method

public list_callbacks ( ) : void
return void

register_callback() public method

Register a callback url for stream events on a channel - you can register for stream_up and stream_down
public register_callback ( ) : void
return void

search() public static method

public static search ( ) : void
return void

unregister_callback() public method

public unregister_callback ( ) : void
return void