| 54 | } |
| 55 | |
| 56 | int64_t AbrBufferRefererData::GetCurrentPacketBufferLength() |
| 57 | { |
| 58 | auto *handle = (playerHandle *) mHandle; |
| 59 | |
| 60 | if (handle) { |
| 61 | return CicadaGetPropertyLong(handle, PROPERTY_KEY_VIDEO_BUFFER_LEN); |
| 62 | } |
| 63 | |
| 64 | return 0; |
| 65 | } |
| 66 | bool AbrBufferRefererData::GetReBuffering() |
| 67 | { |
| 68 | auto *handle = (playerHandle *) mHandle; |
no test coverage detected