public class DrmData
Represents DRM information of type enum DrmData.Type
.
enum DrmData.Type
public DrmData(@NotNull kotlin.Array[] data, @NotNull com.bitmovin.player.model.drm.DrmData.Type type)
Represents DRM information of type enum DrmData.Type
.
enum DrmData.Type
public boolean equals(@Nullable java.lang.Object other)
public int hashCode()
@NotNull public kotlin.Array[] getData()
@NotNull public com.bitmovin.player.model.drm.DrmData.Type getType()
@NotNull public kotlin.Array[] component1()
@NotNull public com.bitmovin.player.model.drm.DrmData.Type component2()
@NotNull public DrmData copy(@NotNull kotlin.Array[] data, @NotNull com.bitmovin.player.model.drm.DrmData.Type type)
Represents DRM information of type enum DrmData.Type
.
enum DrmData.Type
@NotNull public java.lang.String toString()