libomtnet
OMT Library for .NET
Loading...
Searching...
No Matches
OMTVMX1Codec.cs File Reference

Classes

class  libomtnet.codecs.OMTVMX1Codec
 VMX Encoder/Decoder for OMT. More...

Namespaces

namespace  libomtnet
namespace  libomtnet.codecs

Enumerations

enum  libomtnet.codecs.VMXProfile {
  libomtnet.codecs.None = 0 , libomtnet.codecs.Default = 1 , libomtnet.codecs.LQ = 33 , libomtnet.codecs.SQ = 66 ,
  libomtnet.codecs.HQ = 99 , libomtnet.codecs.OMT_LQ = 133 , libomtnet.codecs.OMT_SQ = 166 , libomtnet.codecs.OMT_HQ = 199
}
 VMX Profile sets bitrate targets and DC coding precision HQ, SQ, LQ: VMX Legacy recording profiles OMT Profiles (SQ Default): 2160p60 HQ 600 SQ 300 LQ 200 Mbps 1080p60 HQ 288 SQ 200 LQ 80 Mbps SD HQ 72 SQ 36 LQ 24 Mbps. More...
enum  libomtnet.codecs.VMXColorSpace { libomtnet.codecs.Undefined = 0 , libomtnet.codecs.BT601 = 601 , libomtnet.codecs.BT709 = 709 }
enum  libomtnet.codecs.VMXImageType {
  libomtnet.codecs.None = 0 , libomtnet.codecs.UYVY = 1 , libomtnet.codecs.YUY2 = 2 , libomtnet.codecs.NV12 = 3 ,
  libomtnet.codecs.YV12 = 4 , libomtnet.codecs.BGRA = 5 , libomtnet.codecs.BGRX = 6
}