コード例 #1
0
 public void EnableStorage() =>
 packetStorage.Enable(streamType);
コード例 #2
0
ファイル: EsStream.cs プロジェクト: hjhgitw/JuvoPlayer
 /// <summary>
 /// Enables packet queue input. New packets can be appended to packet queue.
 /// to be pushed to the player.
 /// </summary>
 public void EnableInput()
 {
     logger.Info($"{streamType}:");
     packetStorage.Enable(streamType);
 }