codec: rename kind() to medium()
This commit is contained in:
@ -45,7 +45,7 @@ impl<'a> Context<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn kind(&self) -> media::Type {
|
||||
pub fn medium(&self) -> media::Type {
|
||||
unsafe {
|
||||
media::Type::from((*self.ptr).codec_type)
|
||||
}
|
||||
|
Reference in New Issue
Block a user