示例#1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AVCodecParametersTests"/> class.
 /// </summary>
 public AVCodecParametersTests()
 {
     FFmpegClient.Initialize();
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AVRationalTests"/> class.
 /// </summary>
 public AVRationalTests()
 {
     FFmpegClient.Initialize();
 }
示例#3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AVMemoryHandleTests"/> class.
 /// </summary>
 public AVMemoryHandleTests()
 {
     FFmpegClient.Initialize();
 }
示例#4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="H264DecoderTests"/> class.
 /// </summary>
 public H264DecoderTests()
 {
     FFmpegClient.Initialize();
 }
示例#5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AVCodecTests"/> class.
 /// </summary>
 public AVCodecTests()
 {
     FFmpegClient.Initialize();
 }
示例#6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AVFrameHandleTests"/> class.
 /// </summary>
 public AVFrameHandleTests()
 {
     FFmpegClient.Initialize();
 }
示例#7
0
 /// <summary>
 /// Initializes a new instance of the <see cref="AVStreamTests"/> class.
 /// </summary>
 public AVStreamTests()
 {
     FFmpegClient.Initialize();
 }