• MorphOS Developer
    geit
    Posts: 1034 from 2004/9/23
    mti = (struct MetaItem*) MediaGetPort( mediaobject, 0, MMA_MetaData );

    Then you can access the mti structure and obtain the information you need.

    struct MetaItem *mti is an array of meta stuff just like it is done for tooltypes and valid
    until mi_Id is MMETA_BAD_ID, which is the last item in chain.

    Geit
  • »21.10.14 - 17:18
    Profile