enum Godot::WebRTCPeerConnection::GatheringState

Defined in:

libgodot/generated/classes/classes_part6.cr

Enum Members

GatheringStateNew = 0_i64
GatheringStateGathering = 1_i64
GatheringStateComplete = 2_i64

Instance Method Summary

Instance Method Detail

def gathering_state_complete? #

Returns true if this enum value equals GatheringStateComplete


[View source]
def gathering_state_gathering? #

Returns true if this enum value equals GatheringStateGathering


[View source]
def gathering_state_new? #

Returns true if this enum value equals GatheringStateNew


[View source]