[Missing <summary> documentation for "P:Ozeki.VoIP.Media.VideoData.MediaFormat"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public VideoFormat MediaFormat { get; private set; } |
Visual Basic |
---|
Public Property MediaFormat As VideoFormat Get Private Set |
Visual C++ |
---|
public: property VideoFormat^ MediaFormat { VideoFormat^ get (); private: void set (VideoFormat^ value); } |