stream property

  1. @JsonKey(name: 'Stream')
String stream
final

Defines if a multicast or unicast stream is requested

  • enum { 'RTP-Unicast', 'RTP-Multicast' }

Implementation

@JsonKey(name: 'Stream')
final String stream;