/// <inheritdoc />
 public unsafe void OnPacketRead(AVPacket *packet, AVFormatContext *context) =>
 Parent?.RaisePacketReadEvent(packet, context);