#[repr(transparent)]pub struct AdaptiveMediaSourceDiagnosticType(pub i32);
Expand description
Required features: "Media_Streaming_Adaptive"
Tuple Fields
0: i32
Implementations
impl AdaptiveMediaSourceDiagnosticType
impl AdaptiveMediaSourceDiagnosticType
pub const ManifestUnchangedUponReload: Self = Self(0i32)
pub const ManifestMismatchUponReload: Self = Self(1i32)
pub const ManifestSignaledEndOfLiveEventUponReload: Self = Self(2i32)
pub const MediaSegmentSkipped: Self = Self(3i32)
pub const ResourceNotFound: Self = Self(4i32)
pub const ResourceTimedOut: Self = Self(5i32)
pub const ResourceParsingError: Self = Self(6i32)
pub const BitrateDisabled: Self = Self(7i32)
pub const FatalMediaSourceError: Self = Self(8i32)
Trait Implementations
impl Clone for AdaptiveMediaSourceDiagnosticType
impl Clone for AdaptiveMediaSourceDiagnosticType
impl Copy for AdaptiveMediaSourceDiagnosticType
Auto Trait Implementations
impl RefUnwindSafe for AdaptiveMediaSourceDiagnosticType
impl Send for AdaptiveMediaSourceDiagnosticType
impl Sync for AdaptiveMediaSourceDiagnosticType
impl Unpin for AdaptiveMediaSourceDiagnosticType
impl UnwindSafe for AdaptiveMediaSourceDiagnosticType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more