package com.hdl.sdk.hdl_core.HDLDeviceManger.EventBusEvent; public class ThirdPartyBgmInfoEvent { private byte[] bytes; public ThirdPartyBgmInfoEvent(byte[] bytes){ this.bytes = bytes; } public byte[] getBytes() { return bytes; } }