getStream
Function parameters
Parameters
- self:*Pdb
- stream:pdb.StreamType
Type definitions in this namespace
Types
Functions in this namespace
Functions
Source
Implementation
pub fn getStream(self: *Pdb, stream: pdb.StreamType) ?*MsfStream {
const id = @intFromEnum(stream);
return self.getStreamById(id);
}