|
nx_cloud_storage_sdk
1.0
Cloud Storage SDK
|
#include <i_codec_info.h>
Public Member Functions | |
| virtual nxcip::CompressionType | compressionType () const =0 |
| virtual nxcip::PixelFormat | pixelFormat () const =0 |
| virtual nxcip::MediaType | mediaType () const =0 |
| virtual int | width () const =0 |
| virtual int | height () const =0 |
| virtual int64_t | codecTag () const =0 |
| virtual int64_t | bitRate () const =0 |
| virtual int | channels () const =0 |
| virtual int | frameSize () const =0 |
| virtual int | blockAlign () const =0 |
| virtual int | sampleRate () const =0 |
| virtual nxcip::SampleFormat | sampleFormat () const =0 |
| virtual int | bitsPerCodedSample () const =0 |
| virtual int64_t | channelLayout () const =0 |
| virtual int | extradataSize () const =0 |
| virtual const uint8_t * | extradata () const =0 |
| virtual int | channelNumber () const =0 |
Public Member Functions inherited from nx::sdk::Interface< ICodecInfo > | |
| virtual IRefCountable * | queryInterface (const InterfaceId *id) |
| Ptr< Interface > | queryInterface () |
| Ptr< const Interface > | queryInterface () const |
Public Member Functions inherited from nx::sdk::IRefCountable | |
| virtual | ~IRefCountable ()=default |
| template<class Interface > | |
| Ptr< Interface > | queryInterface () |
| template<class Interface > | |
| Ptr< const Interface > | queryInterface () const |
| virtual int | addRef () const =0 |
| virtual int | releaseRef () const =0 |
| int | refCountThreadUnsafe () const |
Static Public Member Functions | |
| static auto | interfaceId () |
Static Public Member Functions inherited from nx::sdk::IRefCountable | |
| static auto | interfaceId () |
Additional Inherited Members | |
Protected Member Functions inherited from nx::sdk::Interface< ICodecInfo > | |
| virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
| IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
Static Protected Member Functions inherited from nx::sdk::IRefCountable | |
| template<int len> | |
| static const InterfaceId * | makeId (const char(&charArray)[len]) |
| template<int len, int alternativeLen> | |
| static std::vector< const InterfaceId * > | makeIdWithAlternative (const char(&charArray)[len], const char(&alternativeCharArray)[alternativeLen]) |
| template<class TemplateInstance , class TemplateArg , int len> | |
| static const InterfaceId * | makeIdForTemplate (const char(&baseIdCharArray)[len]) |
| static std::vector< const InterfaceId * > | alternativeInterfaceIds (const InterfaceId *id) |
| static std::vector< const InterfaceId * > | alternativeInterfaceIds (std::vector< const InterfaceId *> ids) |
Abstract representation of parameters corresponding to the substream of media data.
1.8.14