NERtcPushStreamingConfig class

@if English The stream pushin configuration. @endif @if Chinese 推流配置。 @endif

Annotations
  • @JsonSerializable.new()

Constructors

NERtcPushStreamingConfig({String streamingUrl = '', NERtcStreamingRoomInfo? streamingRoomInfo})
NERtcPushStreamingConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streamingRoomInfo NERtcStreamingRoomInfo
@if English Information of the room for stream pushing, see {@link NERtcStreamingRoomInfo}. @endif @if Chinese 推流房间信息 {@link NERtcStreamingRoomInfo}。 @endif
getter/setter pair
streamingUrl String
@if English The CDN streaming address for the audio/video stream, which is the playback address on the live streaming CDN. @endif @if Chinese 指定该音视频流的 CDN 推流地址,即直播 CDN 上的播放地址。 @endif
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited