Exemplo n.º 1
0
 private int OggSyncInitialize()
 {
     return(Ogg.ogg_sync_init
            (
                ref oggSyncState
            ));
 }