1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-15 17:52:19 +01:00

Add sample_bytes to media player supported format (#7451)

This commit is contained in:
Michael Hansen
2024-09-15 18:46:54 -05:00
committed by GitHub
parent f652cd3851
commit 857d79dc71
5 changed files with 14 additions and 0 deletions

View File

@@ -1118,6 +1118,7 @@ message MediaPlayerSupportedFormat {
uint32 sample_rate = 2;
uint32 num_channels = 3;
MediaPlayerFormatPurpose purpose = 4;
uint32 sample_bytes = 5;
}
message ListEntitiesMediaPlayerResponse {
option (id) = 63;