public GetVideoChunkFunc    getVideoChunkFunc()
 {
     return(ShatterhandUtils.getVideoChunk("chr3.bin"));
 }
Exemplo n.º 2
0
 public GetVideoChunkFunc    getVideoChunkFunc()
 {
     return(ShatterhandUtils.getVideoChunk(new[] { "chr2.bin" }));
 }