Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/chunk/
H A Ddefine.rs17 pub const INIT_CHUNK_SIZE: u32 = 128; constant
H A Dunpacketizer.rs104 max_chunk_size: define::INIT_CHUNK_SIZE as usize, in new()