Home
last modified time | relevance | path

Searched refs:CacheErrorValue (Results 1 – 1 of 1) sorted by relevance

/xiu/protocol/rtmp/src/cache/
H A Derrors.rs11 pub enum CacheErrorValue { enum
33 pub value: CacheErrorValue,
39 value: CacheErrorValue::DemuxerError(error), in from()
47 value: CacheErrorValue::H264Error(error), in from()
55 value: CacheErrorValue::MpegAacError(error), in from()
63 value: CacheErrorValue::MpegAvcError(error), in from()
71 value: CacheErrorValue::BytesReadError(error), in from()
79 value: CacheErrorValue::PackError(error), in from()