What does "loading" in YouTube Android API refer to?

benliu

New Member
Joined
Oct 21, 2021
Messages
1
Reaction score
0
Age
33
In YouTube Android API, we can find both load time and buffering time. YouTube Android API provides 2 callback fuctions:
1634845185294.png
My question is:
Is onLoading() called at the very first byte or chunk being loaded? what is the relationship between "loading" and "buffering"?