Exemplo n.º 1
0
 public bool Equals(AudioDownmixMeta other)
 {
     return(true && Meta.Equals(other.Meta) && _from_position.Equals(other._from_position) && _to_position.Equals(other._to_position) && FromChannels.Equals(other.FromChannels) && ToChannels.Equals(other.ToChannels) && Matrix.Equals(other.Matrix));
 }
Exemplo n.º 2
0
 public bool Equals(VideoMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Buffer.Equals(other.Buffer) && Flags.Equals(other.Flags) && Format.Equals(other.Format) && Id.Equals(other.Id) && Width.Equals(other.Width) && Height.Equals(other.Height) && NPlanes.Equals(other.NPlanes) && Offset.Equals(other.Offset) && Stride.Equals(other.Stride) && _map.Equals(other._map) && _unmap.Equals(other._unmap));
 }
Exemplo n.º 3
0
 public bool Equals(AudioClippingMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Format.Equals(other.Format) && Start.Equals(other.Start) && End.Equals(other.End));
 }
Exemplo n.º 4
0
 public bool Equals(VideoAffineTransformationMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Matrix.Equals(other.Matrix));
 }
Exemplo n.º 5
0
 public bool Equals(AudioMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Info.Equals(other.Info) && Samples.Equals(other.Samples) && Offsets.Equals(other.Offsets));
 }
Exemplo n.º 6
0
 public bool Equals(ParentBufferMeta other)
 {
     return(true && Parent.Equals(other.Parent) && Buffer.Equals(other.Buffer));
 }
Exemplo n.º 7
0
 public bool Equals(VideoOverlayCompositionMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Overlay.Equals(other.Overlay));
 }
Exemplo n.º 8
0
 public bool Equals(VideoCropMeta other)
 {
     return(true && Meta.Equals(other.Meta) && X.Equals(other.X) && Y.Equals(other.Y) && Width.Equals(other.Width) && Height.Equals(other.Height));
 }
Exemplo n.º 9
0
 public bool Equals(VideoAFDMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Field.Equals(other.Field) && Spec.Equals(other.Spec) && Afd.Equals(other.Afd));
 }
Exemplo n.º 10
0
 public bool Equals(VideoBarMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Field.Equals(other.Field) && IsLetterbox.Equals(other.IsLetterbox) && BarData1.Equals(other.BarData1) && BarData2.Equals(other.BarData2));
 }
Exemplo n.º 11
0
 public bool Equals(VideoRegionOfInterestMeta other)
 {
     return(true && Meta.Equals(other.Meta) && RoiType.Equals(other.RoiType) && Id.Equals(other.Id) && ParentId.Equals(other.ParentId) && X.Equals(other.X) && Y.Equals(other.Y) && W.Equals(other.W) && H.Equals(other.H) && _parms.Equals(other._parms));
 }
Exemplo n.º 12
0
 public bool Equals(VideoTimeCodeMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Tc.Equals(other.Tc));
 }
 public bool Equals(RTPSourceMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Ssrc.Equals(other.Ssrc) && SsrcValid.Equals(other.SsrcValid) && Csrc.Equals(other.Csrc) && CsrcCount.Equals(other.CsrcCount));
 }
 public bool Equals(ReferenceTimestampMeta other)
 {
     return(true && Parent.Equals(other.Parent) && Reference.Equals(other.Reference) && Timestamp.Equals(other.Timestamp) && Duration.Equals(other.Duration));
 }
Exemplo n.º 15
0
 public bool Equals(NetAddressMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Addr.Equals(other.Addr));
 }
Exemplo n.º 16
0
 public bool Equals(CustomMeta other)
 {
     return(true && Meta.Equals(other.Meta));
 }
 public bool Equals(NetControlMessageMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Message.Equals(other.Message));
 }
Exemplo n.º 18
0
 public bool Equals(VideoCaptionMeta other)
 {
     return(true && Meta.Equals(other.Meta) && CaptionType.Equals(other.CaptionType) && Data.Equals(other.Data) && Size.Equals(other.Size));
 }
Exemplo n.º 19
0
 public bool Equals(ProtectionMeta other)
 {
     return(true && Meta.Equals(other.Meta) && Info.Equals(other.Info));
 }