These function deletes a section which user want to skip playing in media.
This is just my experience. It seems that user may be interested in which section is not necessary on editing. So some consumer devices provide cut() or ab_delete() for edit media.
Of course, trim() can do the same. It's just a philosophy of design for primitive operation.
I would appreciate it if you would confirm.
These function deletes a section which user want to skip playing in media.
This is just my experience. It seems that user may be interested in which section is not necessary on editing. So some consumer devices provide
cut()
orab_delete()
for edit media.Of course,
trim()
can do the same. It's just a philosophy of design for primitive operation. I would appreciate it if you would confirm.