Searched refs:INIT_CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
| /xiu/protocol/rtmp/src/chunk/ | ||
| H A D | define.rs | 17 pub const INIT_CHUNK_SIZE: u32 = 128; constant |
| H A D | unpacketizer.rs | 104 max_chunk_size: define::INIT_CHUNK_SIZE as usize, in new() |