getDefault static method

InboundRtp getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static InboundRtp getDefault() => _defaultInstance ??=
    $pb.GeneratedMessage.$_defaultFor<InboundRtp>(create);