MbmsErrors.StreamingErrors.ErrorDuplicateStartStream Field

Definition

Indicates that the app called MbmsStreamingSession#startStreaming(StreamingServiceInfo, java.util.concurrent.Executor, StreamingServiceCallback) more than once for the same StreamingServiceInfo.

[Android.Runtime.Register("ERROR_DUPLICATE_START_STREAM", ApiSince=28)]
public const int ErrorDuplicateStartStream = 303;
[<Android.Runtime.Register("ERROR_DUPLICATE_START_STREAM", ApiSince=28)>]
val mutable ErrorDuplicateStartStream : int

Field Value

Value = 303
Attributes

Remarks

Indicates that the app called MbmsStreamingSession#startStreaming(StreamingServiceInfo, java.util.concurrent.Executor, StreamingServiceCallback) more than once for the same StreamingServiceInfo.

Java documentation for android.telephony.mbms.MbmsErrors.StreamingErrors.ERROR_DUPLICATE_START_STREAM.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to