after hours of trying i now knew that:
sample.LengthBytes:= sample.SetLength is newLength * FBytesPerSample!!!!!!
so I need sample.SetLengthInBytes() !!!!!!!!
now I understand :)
I need only:
property BytesPerSample: Integer read FBytesPerSample;
pls make this
Added BytesPerSample read only property in r2686.
Log in to post a comment.
now I understand :)
I need only:
property BytesPerSample: Integer read FBytesPerSample;
pls make this
Added BytesPerSample read only property in r2686.