#[repr(C)]pub struct AVStreamGroupLCEVC {
pub av_class: *const AVClass,
pub lcevc_index: c_uint,
pub width: c_int,
pub height: c_int,
}展开描述
AVStreamGroupLCEVC is meant to define the relation between video streams and a data stream containing LCEVC enhancement layer NALUs.
No more than one stream of @ref AVCodecParameters.codec_id “codec_id” AV_CODEC_ID_LCEVC shall be present.
Fields§
§av_class: *const AVClass§lcevc_index: c_uintIndex of the LCEVC data stream in AVStreamGroup.
width: c_intWidth of the final stream for presentation.
height: c_intHeight of the final image for presentation.
trait 实现§
源代码§impl Clone for AVStreamGroupLCEVC
impl Clone for AVStreamGroupLCEVC
源代码§fn clone(&self) -> AVStreamGroupLCEVC
fn clone(&self) -> AVStreamGroupLCEVC
Returns a duplicate of the value. 阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source 执行拷贝赋值。 阅读更多源代码§impl Debug for AVStreamGroupLCEVC
impl Debug for AVStreamGroupLCEVC
源代码§impl PartialEq for AVStreamGroupLCEVC
impl PartialEq for AVStreamGroupLCEVC
impl Copy for AVStreamGroupLCEVC
impl Eq for AVStreamGroupLCEVC
impl StructuralPartialEq for AVStreamGroupLCEVC
自动 trait 实现§
impl Freeze for AVStreamGroupLCEVC
impl RefUnwindSafe for AVStreamGroupLCEVC
impl !Send for AVStreamGroupLCEVC
impl !Sync for AVStreamGroupLCEVC
impl Unpin for AVStreamGroupLCEVC
impl UnsafeUnpin for AVStreamGroupLCEVC
impl UnwindSafe for AVStreamGroupLCEVC
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
从拥有的值可变地借用。 阅读更多