Vixen
02b45cc4
csharp
public interface IVideoCodecFactory

Makes codecs for the ids it recognises.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

One factory per implementation, rather than a delegate, so that "can you decode this?" is answerable without constructing anything — which is what lets a registry try candidates in order and lets a factory say no to a codec id it half-supports.

Fields and properties (1)

  • string Name

    A name for logs.

Methods (2)

Used by (3)

  • CountingFactoryVixen.Video.Tests
  • UncompressedVideoCodecFactoryVixen.Video
  • VideoCodecRegistryVixen.Video