MediaDrmCallback.Response.Builder


public final class MediaDrmCallback.Response.Builder


Builder for Response instances.

Summary

Public constructors

Builder(byte[] data)

Constructs an instance.

Public methods

MediaDrmCallback.Response

Builds the response.

MediaDrmCallback.Response.Builder

Sets the optional LoadEventInfo associated with this response.

Public constructors

Builder

public Builder(byte[] data)

Constructs an instance.

Public methods

build

public MediaDrmCallback.Response build()

Builds the response.

setLoadEventInfo

@CanIgnoreReturnValue
public MediaDrmCallback.Response.Builder setLoadEventInfo(LoadEventInfo loadEventInfo)

Sets the optional LoadEventInfo associated with this response.