je ne saus plus c'est vieux ;-)

This commit is contained in:
2025-11-21 23:09:52 +01:00
parent f7f2364da6
commit e00d0ce4d8
5 changed files with 127 additions and 26 deletions

View File

@@ -281,15 +281,6 @@ pub trait TrackMetadata: Send + Sync {
async fn touch(&mut self) -> MetadataResult<()> {
Err(MetadataError::NotImplemented)
}
async fn set_sample_rate(&mut self, _value: Option<i32>) -> MetadataResult<()> {
Err(MetadataError::NotImplemented)
}
async fn get_sample_rate(self) -> MetadataResult<i32> {
Err(MetadataError::NotImplemented)
}
}
/// Copies all available metadata from one implementation to another.