コード例 #1
0
 private RedisValue ToRedisValue(VideoChunk message)
 {
     return(message.Chunk.ToByteArray());
 }
コード例 #2
0
 public void _Before()
 {
     chunkObj = new GameObject();
     chunk    = chunkObj.AddComponent <VideoChunk>();
 }